Html Css Color HEX #20AAA9 Light Sea Green

📋 copy color: '#20AAA9'

red 32 ◦ green 170 ◦ blue 169

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

Shades of Light Sea Green #20AAA9

Tints of Light Sea Green #20AAA9

RGB

 RED value IS 32 (12.89% from 255) = 8.63%

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

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 8.63%
G = 45.82%
B = 45.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#20AAA9 (or 0x20AAA9) is known color: Light Sea Green. HEX triplet: 20, AA and A9. RGB value is (32,170,169). Sum of RGB (Red+Green+Blue) = 32+170+169=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #20AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AAA9 is #DF5556. Grayscale: #808080. Windows color (decimal): -14636375 or 11119136. OLE color: 11119136.

HSL color Cylindrical-coordinate representation of color #20AAA9: hue angle of 179.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AAA9 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 170 169 -
CMYK 0.81 0 0.01 0.33
HSL 179.57º 0.68% 0.4% -
HSV(B) 179.57º 0.81% 0.67% -
XYZ 22.13 31.92 42.53 -
YUV 128.62 150.78 59.08 -
System Red Green Blue C M Y K H S L
Decimal 32 170 169 0.81 0 0.01 0.33 179.57 0.68 0.4
Hex 20 AA A9 51 0 1 21 B4 44 28
Octal 40 252 251 121 0 1 41 264 104 50
Binary 100000 10101010 10101001 1010001 0 1 100001 10110100 1000100 101000

Color Harmonies of #20AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAA9

Black with #20AAA9

Text Example


Text Example

White with #20AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AAA9; }

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

 H1.HeaderClassName
 {
   color: #20AAA9;
 }
 .AnyTagClassName
 {
   color: #20AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #20AAA9; }

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

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

border-color css

<style>
 span { border-color: #20AAA9; }

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

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