Html Css Color HEX #09BCAA Light Sea Green

📋 copy color: '#09BCAA'

red 9 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #09BCAA

Tints of Light Sea Green #09BCAA

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.8% from 255) = 46.32%

R = 2.45%
G = 51.23%
B = 46.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#09BCAA (or 0x09BCAA) is known color: 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

RGB 9 188 170 -
CMYK 0.95 0 0.10 0.26
HSL 173.97º 0.91% 0.39% -
HSV(B) 173.97º 0.95% 0.74% -
XYZ 25.35 38.93 44.21 -
YUV 132.43 149.2 39.96 -
System Red Green Blue C M Y K H S L
Decimal 9 188 170 0.95 0 0.10 0.26 173.97 0.91 0.39
Hex 9 BC AA 5F 0 A 1A AE 5B 27
Octal 11 274 252 137 0 12 32 256 133 47
Binary 1001 10111100 10101010 1011111 0 1010 11010 10101110 1011011 100111

Color Harmonies of #09BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCAA

Black with #09BCAA

Text Example


Text Example

White with #09BCAA

Text Example


Text Example

HTML Codes & Css Web 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>