#20CA71

Color #20CA71 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #20CA71

Tints of Medium Sea Green #20CA71

Color information

#20CA71 (or 0x20CA71) is unknown color: approx Medium Sea Green. HEX triplet: 20, CA and 71. RGB value is (32,202,113). Sum of RGB (Red+Green+Blue) = 32+202+113=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA71 is #DF358E. Grayscale: #8D8D8D. Windows color (decimal): -14628239 or 7457312. OLE color: 7457312.

HSL color Cylindrical-coordinate representation of color #20CA71: hue angle of 148.59º 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 #20CA71 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB32202113-
CMYK0.8400.440.21
HSL148.59º72.65%45.88%-
HSV(B)148.59º84.16%79.22%-
XYZ24.743.7422.76-
YUV141.02112.1850.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.22%
GREEN value IS 202 (79.30% from 255) = 58.21%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=9.22%
G=58.21%
B=32.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal322021130.8400.440.21148.5972.6545.88
Hex20CA715402C1595492e
Octal403121611240542522511156
Binary1000001100101011100011010100010110010101100101011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,202,113); }

 H1.HeaderClassName
 {
   color: #20CA71;
 }
 .AnyTagClassName
 {
   color: #20CA71;
 }
</style>
background-color css

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

 a { background-color: rgb(32,202,113); }

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

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

 span { border-color: rgb(32,202,113); }

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