#09BAAF

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

Shades of Light Sea Green #09BAAF

Tints of Light Sea Green #09BAAF

Color information

#09BAAF (or 0x09BAAF) is unknown color: approx Light Sea Green. HEX triplet: 09, BA and AF. RGB value is (9,186,175). Sum of RGB (Red+Green+Blue) = 9+186+175=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #09BAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BAAF is #F64550. Grayscale: #838383. Windows color (decimal): -16139601 or 11516425. OLE color: 11516425.

HSL color Cylindrical-coordinate representation of color #09BAAF: hue angle of 176.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BAAF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB9186175-
CMYK0.9500.060.27
HSL176.27º90.77%38.24%-
HSV(B)176.27º95.16%72.94%-
XYZ25.4138.2746.61-
YUV131.82152.3640.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.43%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=2.43%
G=50.27%
B=47.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91861750.9500.060.27176.2790.7738.24
Hex9BAAF5F061Bb05b26
Octal11272257137063326013346
Binary100110111010101011111011111011011011101100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,186,175); }

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

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

 a { background-color: rgb(9,186,175); }

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

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

 span { border-color: rgb(9,186,175); }

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