#21dda5

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

Shades of Shamrock #21DDA5

Tints of Shamrock #21DDA5

Color information

#21DDA5 (or 0x21DDA5) is unknown color: approx Shamrock. HEX triplet: 21, DD and A5. RGB value is (33,221,165). Sum of RGB (Red+Green+Blue) = 33+221+165=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DDA5 is #DE225A. Grayscale: #9E9E9E. Windows color (decimal): -14557787 or 10870049. OLE color: 10870049.

HSL color Cylindrical-coordinate representation of color #21DDA5: hue angle of 162.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DDA5 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB33221165-
CMYK0.8500.250.13
HSL162.13º74.02%49.8%-
HSV(B)162.13º85.07%86.67%-
XYZ33.2854.7544.41-
YUV158.4131.7238.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.88%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=7.88%
G=52.74%
B=39.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211650.8500.250.13162.1374.0249.8
Hex21DDA555019Da24a32
Octal413352451250311524211262
Binary100001110111011010010110101010110011101101000101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21dda5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21dda5; }

 p { color: rgb(33,221,165); }

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

<style>
 a { background-color: #21dda5; }

 a { background-color: rgb(33,221,165); }

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

<style>
 span { border-color: #21dda5; }

 span { border-color: rgb(33,221,165); }

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