#20D4AD

Color #20D4AD Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #20D4AD

Tints of Shamrock #20D4AD

Color information

#20D4AD (or 0x20D4AD) is unknown color: approx Shamrock. HEX triplet: 20, D4 and AD. RGB value is (32,212,173). Sum of RGB (Red+Green+Blue) = 32+212+173=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #20D4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D4AD is #DF2B52. Grayscale: #999999. Windows color (decimal): -14625619 or 11392032. OLE color: 11392032.

HSL color Cylindrical-coordinate representation of color #20D4AD: hue angle of 167º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D4AD is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB32212173-
CMYK0.8500.180.17
HSL167º73.77%47.84%-
HSV(B)167º84.91%83.14%-
XYZ31.6850.4147.6-
YUV153.73138.8741.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.67%
GREEN value IS 212 (83.20% from 255) = 50.84%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=7.67%
G=50.84%
B=41.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal322121730.8500.180.1716773.7747.84
Hex20D4AD5501211a74a30
Octal403242551250222124711260
Binary1000001101010010101101101010101001010001101001111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,212,173); }

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

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

 a { background-color: rgb(32,212,173); }

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

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

 span { border-color: rgb(32,212,173); }

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