#12AAAE

Color #12AAAE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #12AAAE

Tints of Light Sea Green #12AAAE

Color information

#12AAAE (or 0x12AAAE) is unknown color: approx Light Sea Green. HEX triplet: 12, AA and AE. RGB value is (18,170,174). Sum of RGB (Red+Green+Blue) = 18+170+174=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #12AAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AAAE is #ED5551. Grayscale: #7C7C7C. Windows color (decimal): -15553874 or 11446802. OLE color: 11446802.

HSL color Cylindrical-coordinate representation of color #12AAAE: hue angle of 181.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AAAE is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18170174-
CMYK0.900.0200.32
HSL181.54º81.25%37.65%-
HSV(B)181.54º89.66%68.24%-
XYZ22.2631.9345.03-
YUV125.01155.6451.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 4.97%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=4.97%
G=46.96%
B=48.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181701740.900.0200.32181.5481.2537.65
Hex12AAAE5A2020b65126
Octal22252256132204026612146
Binary1001010101010101011101011010100100000101101101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AAAE; }

 p { color: rgb(18,170,174); }

 H1.HeaderClassName
 {
   color: #12AAAE;
 }
 .AnyTagClassName
 {
   color: #12AAAE;
 }
</style>
background-color css

<style>
 a { background-color: #12AAAE; }

 a { background-color: rgb(18,170,174); }

 div.DivClassName
 {
   background-color: #12AAAE;
 }
 .BgClassName
 {
   background-color: #12AAAE;
 }
</style>
border-color css

<style>
 span { border-color: #12AAAE; }

 span { border-color: rgb(18,170,174); }

 td.TdClassName
 {
   border-color: #12AAAE;
 }
 .TagClassName
 {
   border-color: #12AAAE;
 }
</style>