Html Css Color HEX #0AA9AA Light Sea Green

📋 copy color: '#0AA9AA'

red 10 ◦ green 169 ◦ blue 170

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

Shades of Light Sea Green #0AA9AA

Tints of Light Sea Green #0AA9AA

RGB

 RED value IS 10 (4.3% from 255) = 2.87%

 GREEN value IS 169 (66.41% from 255) = 48.42%

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

R = 2.87%
G = 48.42%
B = 48.71%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0AA9AA (or 0x0AA9AA) is known color: Light Sea Green. HEX triplet: 0A, A9 and AA. RGB value is (10,169,170). Sum of RGB (Red+Green+Blue) = 10+169+170=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #0AA9AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA9AA is #F55655. Grayscale: #797979. Windows color (decimal): -16078422 or 11184394. OLE color: 11184394.

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

Color convert

RGB 10 169 170 -
CMYK 0.94 0.01 0 0.33
HSL 180.38º 0.89% 0.35% -
HSV(B) 180.38º 0.94% 0.67% -
XYZ 21.57 31.34 42.94 -
YUV 121.57 155.32 48.42 -
System Red Green Blue C M Y K H S L
Decimal 10 169 170 0.94 0.01 0 0.33 180.38 0.89 0.35
Hex A A9 AA 5E 1 0 21 B4 59 23
Octal 12 251 252 136 1 0 41 264 131 43
Binary 1010 10101001 10101010 1011110 1 0 100001 10110100 1011001 100011

Color Harmonies of #0AA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA9AA

Black with #0AA9AA

Text Example


Text Example

White with #0AA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA9AA; }

 p { color: rgb(10,169,170); }

 H1.HeaderClassName
 {
   color: #0AA9AA;
 }
 .AnyTagClassName
 {
   color: #0AA9AA;
 }
</style>

background-color css

<style>
 a { background-color: #0AA9AA; }

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

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

border-color css

<style>
 span { border-color: #0AA9AA; }

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

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