Html Css Color HEX #20C2AA Light Sea Green

📋 copy color: '#20C2AA'

red 32 ◦ green 194 ◦ blue 170

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

Shades of Light Sea Green #20C2AA

Tints of Light Sea Green #20C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

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

R = 8.08%
G = 48.99%
B = 42.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#20C2AA (or 0x20C2AA) is known color: Light Sea Green. HEX triplet: 20, C2 and AA. RGB value is (32,194,170). Sum of RGB (Red+Green+Blue) = 32+194+170=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C2AA is #DF3D55. Grayscale: #8E8E8E. Windows color (decimal): -14630230 or 11190816. OLE color: 11190816.

HSL color Cylindrical-coordinate representation of color #20C2AA: hue angle of 171.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C2AA is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 170 -
CMYK 0.84 0 0.12 0.24
HSL 171.11º 0.72% 0.44% -
HSV(B) 171.11º 0.84% 0.76% -
XYZ 27.14 41.79 44.67 -
YUV 142.83 143.33 48.95 -
System Red Green Blue C M Y K H S L
Decimal 32 194 170 0.84 0 0.12 0.24 171.11 0.72 0.44
Hex 20 C2 AA 54 0 C 18 AB 48 2C
Octal 40 302 252 124 0 14 30 253 110 54
Binary 100000 11000010 10101010 1010100 0 1100 11000 10101011 1001000 101100

Color Harmonies of #20C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C2AA

Black with #20C2AA

Text Example


Text Example

White with #20C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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