#21CEA9

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

Shades of Shamrock #21CEA9

Tints of Shamrock #21CEA9

Color information

#21CEA9 (or 0x21CEA9) is unknown color: approx Shamrock. HEX triplet: 21, CE and A9. RGB value is (33,206,169). Sum of RGB (Red+Green+Blue) = 33+206+169=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CEA9 is #DE3156. Grayscale: #969696. Windows color (decimal): -14561623 or 11128353. OLE color: 11128353.

HSL color Cylindrical-coordinate representation of color #21CEA9: hue angle of 167.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CEA9 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB33206169-
CMYK0.8400.180.19
HSL167.17º72.38%46.86%-
HSV(B)167.17º83.98%80.78%-
XYZ29.8647.3345.1-
YUV150.05138.6944.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.09%
GREEN value IS 206 (80.86% from 255) = 50.49%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=8.09%
G=50.49%
B=41.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal332061690.8400.180.19167.1772.3846.86
Hex21CEA95401213a7482f
Octal413162511240222324711057
Binary1000011100111010101001101010001001010011101001111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,206,169); }

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

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

 a { background-color: rgb(33,206,169); }

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

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

 span { border-color: rgb(33,206,169); }

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