Html Css Color HEX #20A8AA Light Sea Green

📋 copy color: '#20A8AA'

red 32 ◦ green 168 ◦ blue 170

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

Shades of Light Sea Green #20A8AA

Tints of Light Sea Green #20A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.41%

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

R = 8.65%
G = 45.41%
B = 45.95%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#20A8AA (or 0x20A8AA) is known color: Light Sea Green. HEX triplet: 20, A8 and AA. RGB value is (32,168,170). Sum of RGB (Red+Green+Blue) = 32+168+170=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #20A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A8AA is #DF5755. Grayscale: #7F7F7F. Windows color (decimal): -14636886 or 11184160. OLE color: 11184160.

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

Color convert

RGB 32 168 170 -
CMYK 0.81 0.01 0 0.33
HSL 180.87º 0.68% 0.4% -
HSV(B) 180.87º 0.81% 0.67% -
XYZ 21.85 31.21 42.9 -
YUV 127.56 151.94 59.84 -
System Red Green Blue C M Y K H S L
Decimal 32 168 170 0.81 0.01 0 0.33 180.87 0.68 0.4
Hex 20 A8 AA 51 1 0 21 B5 44 28
Octal 40 250 252 121 1 0 41 265 104 50
Binary 100000 10101000 10101010 1010001 1 0 100001 10110101 1000100 101000

Color Harmonies of #20A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A8AA

Black with #20A8AA

Text Example


Text Example

White with #20A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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