#21DDAB

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

Shades of Shamrock #21DDAB

Tints of Shamrock #21DDAB

Color information

#21DDAB (or 0x21DDAB) is unknown color: approx Shamrock. HEX triplet: 21, DD and AB. RGB value is (33,221,171). Sum of RGB (Red+Green+Blue) = 33+221+171=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DDAB is #DE2254. Grayscale: #9F9F9F. Windows color (decimal): -14557781 or 11263265. OLE color: 11263265.

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

Color convert

RGB33221171-
CMYK0.8500.230.13
HSL164.04º74.02%49.8%-
HSV(B)164.04º85.07%86.67%-
XYZ33.8354.9847.36-
YUV159.09134.7238.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.76%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=7.76%
G=52%
B=40.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211710.8500.230.13164.0474.0249.8
Hex21DDAB55017Da44a32
Octal413352531250271524411262
Binary100001110111011010101110101010101111101101001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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