Html Css Color HEX #20C9AC Light Sea Green

📋 copy color: '#20C9AC'

red 32 ◦ green 201 ◦ blue 172

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

Shades of Light Sea Green #20C9AC

Tints of Light Sea Green #20C9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.63%

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

R = 7.9%
G = 49.63%
B = 42.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#20C9AC (or 0x20C9AC) is known color: Light Sea Green. HEX triplet: 20, C9 and AC. RGB value is (32,201,172). Sum of RGB (Red+Green+Blue) = 32+201+172=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #20C9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C9AC is #DF3653. Grayscale: #939393. Windows color (decimal): -14628436 or 11323680. OLE color: 11323680.

HSL color Cylindrical-coordinate representation of color #20C9AC: hue angle of 169.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C9AC is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 172 -
CMYK 0.84 0 0.14 0.21
HSL 169.7º 0.73% 0.46% -
HSV(B) 169.7º 0.84% 0.79% -
XYZ 28.93 45.06 46.2 -
YUV 147.16 142.01 45.86 -
System Red Green Blue C M Y K H S L
Decimal 32 201 172 0.84 0 0.14 0.21 169.7 0.73 0.46
Hex 20 C9 AC 54 0 E 15 AA 49 2E
Octal 40 311 254 124 0 16 25 252 111 56
Binary 100000 11001001 10101100 1010100 0 1110 10101 10101010 1001001 101110

Color Harmonies of #20C9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C9AC

Black with #20C9AC

Text Example


Text Example

White with #20C9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,172); }

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

background-color css

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

 a { background-color: rgb(32,201,172); }

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

border-color css

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

 span { border-color: rgb(32,201,172); }

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