Html Css Color HEX #20C4A1 Light Sea Green

📋 copy color: '#20C4A1'

red 32 ◦ green 196 ◦ blue 161

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

Shades of Light Sea Green #20C4A1

Tints of Light Sea Green #20C4A1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 8.23%
G = 50.39%
B = 41.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#20C4A1 (or 0x20C4A1) is known color: Light Sea Green. HEX triplet: 20, C4 and A1. RGB value is (32,196,161). Sum of RGB (Red+Green+Blue) = 32+196+161=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #20C4A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C4A1 is #DF3B5E. Grayscale: #8E8E8E. Windows color (decimal): -14629727 or 10601504. OLE color: 10601504.

HSL color Cylindrical-coordinate representation of color #20C4A1: hue angle of 167.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C4A1 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 196 161 -
CMYK 0.84 0 0.18 0.23
HSL 167.2º 0.72% 0.45% -
HSV(B) 167.2º 0.84% 0.77% -
XYZ 26.77 42.36 40.48 -
YUV 142.97 138.17 48.85 -
System Red Green Blue C M Y K H S L
Decimal 32 196 161 0.84 0 0.18 0.23 167.2 0.72 0.45
Hex 20 C4 A1 54 0 12 17 A7 48 2D
Octal 40 304 241 124 0 22 27 247 110 55
Binary 100000 11000100 10100001 1010100 0 10010 10111 10100111 1001000 101101

Color Harmonies of #20C4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C4A1

Black with #20C4A1

Text Example


Text Example

White with #20C4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,196,161); }

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

background-color css

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

 a { background-color: rgb(32,196,161); }

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

border-color css

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

 span { border-color: rgb(32,196,161); }

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