#12BBAA

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

Shades of Light Sea Green #12BBAA

Tints of Light Sea Green #12BBAA

Color information

#12BBAA (or 0x12BBAA) is unknown color: approx Light Sea Green. HEX triplet: 12, BB and AA. RGB value is (18,187,170). Sum of RGB (Red+Green+Blue) = 18+187+170=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBAA is #ED4455. Grayscale: #868686. Windows color (decimal): -15549526 or 11189010. OLE color: 11189010.

HSL color Cylindrical-coordinate representation of color #12BBAA: hue angle of 173.96º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BBAA is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18187170-
CMYK0.9000.090.27
HSL173.96º82.44%40.2%-
HSV(B)173.96º90.37%73.33%-
XYZ25.2838.5744.14-
YUV134.53148.0144.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 187 (73.44% from 255) = 49.87%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=4.8%
G=49.87%
B=45.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181871700.9000.090.27173.9682.4440.2
Hex12BBAA5A091Bae5228
Octal222732521320113325612250
Binary10010101110111010101010110100100111011101011101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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