#21D8A4

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

Shades of Shamrock #21D8A4

Tints of Shamrock #21D8A4

Color information

#21D8A4 (or 0x21D8A4) is unknown color: approx Shamrock. HEX triplet: 21, D8 and A4. RGB value is (33,216,164). Sum of RGB (Red+Green+Blue) = 33+216+164=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #21D8A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D8A4 is #DE275B. Grayscale: #9B9B9B. Windows color (decimal): -14559068 or 10803233. OLE color: 10803233.

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

Color convert

RGB33216164-
CMYK0.8500.240.15
HSL162.95º73.49%48.82%-
HSV(B)162.95º84.72%84.71%-
XYZ31.8852.1243.5-
YUV155.35132.8740.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.99%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=7.99%
G=52.30%
B=39.71%

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
Decimal332161640.8500.240.15162.9573.4948.82
Hex21D8A455018Fa34931
Octal413302441250301724311161
Binary100001110110001010010010101010110001111101000111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,216,164); }

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

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

 a { background-color: rgb(33,216,164); }

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

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

 span { border-color: rgb(33,216,164); }

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