Html Css Color HEX #09AAAA Light Sea Green

📋 copy color: '#09AAAA'

red 9 ◦ green 170 ◦ blue 170

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

Shades of Light Sea Green #09AAAA

Tints of Light Sea Green #09AAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.71%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 2.58%
G = 48.71%
B = 48.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#09AAAA (or 0x09AAAA) is known color: Light Sea Green. HEX triplet: 09, AA and AA. RGB value is (9,170,170). Sum of RGB (Red+Green+Blue) = 9+170+170=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #09AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AAAA is #F65555. Grayscale: #797979. Windows color (decimal): -16143702 or 11184649. OLE color: 11184649.

HSL color Cylindrical-coordinate representation of color #09AAAA: hue angle of 180º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AAAA is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 170 170 -
CMYK 0.95 0 0 0.33
HSL 180º 0.9% 0.35% -
HSV(B) 180º 0.95% 0.67% -
XYZ 21.74 31.71 43 -
YUV 121.86 155.16 47.5 -
System Red Green Blue C M Y K H S L
Decimal 9 170 170 0.95 0 0 0.33 180 0.9 0.35
Hex 9 AA AA 5F 0 0 21 B4 5A 23
Octal 11 252 252 137 0 0 41 264 132 43
Binary 1001 10101010 10101010 1011111 0 0 100001 10110100 1011010 100011

Color Harmonies of #09AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAAA

Black with #09AAAA

Text Example


Text Example

White with #09AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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