Html Css Color HEX #09AAAC Light Sea Green

📋 copy color: '#09AAAC'

red 9 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #09AAAC

Tints of Light Sea Green #09AAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 2.56%
G = 48.43%
B = 49%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#09AAAC (or 0x09AAAC) is known color: Light Sea Green. HEX triplet: 09, AA and AC. RGB value is (9,170,172). Sum of RGB (Red+Green+Blue) = 9+170+172=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #09AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AAAC is #F65553. Grayscale: #797979. Windows color (decimal): -16143700 or 11315721. OLE color: 11315721.

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

Color convert

RGB 9 170 172 -
CMYK 0.95 0.01 0 0.33
HSL 180.74º 0.9% 0.35% -
HSV(B) 180.74º 0.95% 0.67% -
XYZ 21.93 31.79 44.01 -
YUV 122.09 156.16 47.34 -
System Red Green Blue C M Y K H S L
Decimal 9 170 172 0.95 0.01 0 0.33 180.74 0.9 0.35
Hex 9 AA AC 5F 1 0 21 B5 5A 23
Octal 11 252 254 137 1 0 41 265 132 43
Binary 1001 10101010 10101100 1011111 1 0 100001 10110101 1011010 100011

Color Harmonies of #09AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAAC

Black with #09AAAC

Text Example


Text Example

White with #09AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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