#21DDB6

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

Shades of Shamrock #21DDB6

Tints of Shamrock #21DDB6

Color information

#21DDB6 (or 0x21DDB6) is unknown color: approx Shamrock. HEX triplet: 21, DD and B6. RGB value is (33,221,182). Sum of RGB (Red+Green+Blue) = 33+221+182=436 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.57% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDB6 is #DE2249. Grayscale: #A0A0A0. Windows color (decimal): -14557770 or 11984161. OLE color: 11984161.

HSL color Cylindrical-coordinate representation of color #21DDB6: hue angle of 167.55º 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 #21DDB6 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB33221182-
CMYK0.8500.180.13
HSL167.55º74.02%49.8%-
HSV(B)167.55º85.07%86.67%-
XYZ34.9355.4153.11-
YUV160.34140.2237.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.57%
GREEN value IS 221 (86.72% from 255) = 50.69%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=7.57%
G=50.69%
B=41.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211820.8500.180.13167.5574.0249.8
Hex21DDB655012Da84a32
Octal413352661250221525011262
Binary100001110111011011011010101010100101101101010001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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