#20DAB2

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

Shades of Shamrock #20DAB2

Tints of Shamrock #20DAB2

Color information

#20DAB2 (or 0x20DAB2) is unknown color: approx Shamrock. HEX triplet: 20, DA and B2. RGB value is (32,218,178). Sum of RGB (Red+Green+Blue) = 32+218+178=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #20DAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DAB2 is #DF254D. Grayscale: #9D9D9D. Windows color (decimal): -14624078 or 11721248. OLE color: 11721248.

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

Color convert

RGB32218178-
CMYK0.8500.180.15
HSL167.1º74.4%49.02%-
HSV(B)167.1º85.32%85.49%-
XYZ33.753.6650.7-
YUV157.83139.3838.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.48%
GREEN value IS 218 (85.55% from 255) = 50.93%
BLUE value IS 178 (69.92% from 255) = 41.59%
R=7.48%
G=50.93%
B=41.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal322181780.8500.180.15167.174.449.02
Hex20DAB255012Fa74a31
Octal403322621250221724711261
Binary100000110110101011001010101010100101111101001111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,218,178); }

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

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

 a { background-color: rgb(32,218,178); }

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

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

 span { border-color: rgb(32,218,178); }

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