#21D8A5

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

Shades of Shamrock #21D8A5

Tints of Shamrock #21D8A5

Color information

#21D8A5 (or 0x21D8A5) is unknown color: approx Shamrock. HEX triplet: 21, D8 and A5. RGB value is (33,216,165). Sum of RGB (Red+Green+Blue) = 33+216+165=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #21D8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D8A5 is #DE275A. Grayscale: #9B9B9B. Windows color (decimal): -14559067 or 10868769. OLE color: 10868769.

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

Color convert

RGB33216165-
CMYK0.8500.240.15
HSL163.28º73.49%48.82%-
HSV(B)163.28º84.72%84.71%-
XYZ31.9752.1543.98-
YUV155.47133.3740.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.97%
GREEN value IS 216 (84.77% from 255) = 52.17%
BLUE value IS 165 (64.84% from 255) = 39.86%
R=7.97%
G=52.17%
B=39.86%

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
Decimal332161650.8500.240.15163.2873.4948.82
Hex21D8A555018Fa34931
Octal413302451250301724311161
Binary100001110110001010010110101010110001111101000111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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