#21D9AB

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

Shades of Shamrock #21D9AB

Tints of Shamrock #21D9AB

Color information

#21D9AB (or 0x21D9AB) is unknown color: approx Shamrock. HEX triplet: 21, D9 and AB. RGB value is (33,217,171). Sum of RGB (Red+Green+Blue) = 33+217+171=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #21D9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D9AB is #DE2654. Grayscale: #9C9C9C. Windows color (decimal): -14558805 or 11262241. OLE color: 11262241.

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

Color convert

RGB33217171-
CMYK0.8500.210.15
HSL165º73.6%49.02%-
HSV(B)165º84.79%85.1%-
XYZ32.7952.8947.01-
YUV156.74136.0439.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.84%
GREEN value IS 217 (85.16% from 255) = 51.54%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=7.84%
G=51.54%
B=40.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332171710.8500.210.1516573.649.02
Hex21D9AB55015Fa54a31
Octal413312531250251724511261
Binary100001110110011010101110101010101011111101001011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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