#09BCAA

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

Shades of Light Sea Green #09BCAA

Tints of Light Sea Green #09BCAA

Color information

#09BCAA (or 0x09BCAA) is unknown color: approx Light Sea Green. HEX triplet: 09, BC and AA. RGB value is (9,188,170). Sum of RGB (Red+Green+Blue) = 9+188+170=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BCAA is #F64355. Grayscale: #848484. Windows color (decimal): -16139094 or 11189257. OLE color: 11189257.

HSL color Cylindrical-coordinate representation of color #09BCAA: hue angle of 173.97º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BCAA is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB9188170-
CMYK0.9500.100.26
HSL173.97º90.86%38.63%-
HSV(B)173.97º95.21%73.73%-
XYZ25.3538.9344.21-
YUV132.43149.239.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.45%
GREEN value IS 188 (73.83% from 255) = 51.23%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=2.45%
G=51.23%
B=46.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91881700.9500.100.26173.9790.8638.63
Hex9BCAA5F0A1Aae5b27
Octal112742521370123225613347
Binary1001101111001010101010111110101011010101011101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09BCAA; }

 p { color: rgb(9,188,170); }

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

<style>
 a { background-color: #09BCAA; }

 a { background-color: rgb(9,188,170); }

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

<style>
 span { border-color: #09BCAA; }

 span { border-color: rgb(9,188,170); }

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