Html Css Color HEX #09BBAF Light Sea Green

📋 copy color: '#09BBAF'

red 9 ◦ green 187 ◦ blue 175

#09BBAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #09BBAF

Tints of Light Sea Green #09BBAF

RGB

 RED value IS 9 (3.91% from 255) = 2.43%

 GREEN value IS 187 (73.44% from 255) = 50.4%

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 2.43%
G = 50.4%
B = 47.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#09BBAF (or 0x09BBAF) is known color: Light Sea Green. HEX triplet: 09, BB and AF. RGB value is (9,187,175). Sum of RGB (Red+Green+Blue) = 9+187+175=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #09BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BBAF is #F64450. Grayscale: #848484. Windows color (decimal): -16139345 or 11516681. OLE color: 11516681.

HSL color Cylindrical-coordinate representation of color #09BBAF: hue angle of 175.96º 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 #09BBAF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 187 175 -
CMYK 0.95 0 0.06 0.27
HSL 175.96º 0.91% 0.38% -
HSV(B) 175.96º 0.95% 0.73% -
XYZ 25.62 38.69 46.68 -
YUV 132.41 152.03 39.98 -
System Red Green Blue C M Y K H S L
Decimal 9 187 175 0.95 0 0.06 0.27 175.96 0.91 0.38
Hex 9 BB AF 5F 0 6 1B B0 5B 26
Octal 11 273 257 137 0 6 33 260 133 46
Binary 1001 10111011 10101111 1011111 0 110 11011 10110000 1011011 100110

Color Harmonies of #09BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BBAF

Black with #09BBAF

Text Example


Text Example

White with #09BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09BBAF;
 }
 .AnyTagClassName
 {
   color: #09BBAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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