#20DAA5

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

Shades of Shamrock #20DAA5

Tints of Shamrock #20DAA5

Color information

#20DAA5 (or 0x20DAA5) is unknown color: approx Shamrock. HEX triplet: 20, DA and A5. RGB value is (32,218,165). Sum of RGB (Red+Green+Blue) = 32+218+165=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #20DAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DAA5 is #DF255A. Grayscale: #9C9C9C. Windows color (decimal): -14624091 or 10869280. OLE color: 10869280.

HSL color Cylindrical-coordinate representation of color #20DAA5: hue angle of 162.9º 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 #20DAA5 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB32218165-
CMYK0.8500.240.15
HSL162.9º74.4%49.02%-
HSV(B)162.9º85.32%85.49%-
XYZ32.4653.1744.15-
YUV156.34132.8839.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.71%
GREEN value IS 218 (85.55% from 255) = 52.53%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=7.71%
G=52.53%
B=39.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal322181650.8500.240.15162.974.449.02
Hex20DAA555018Fa34a31
Octal403322451250301724311261
Binary100000110110101010010110101010110001111101000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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