#21CCA9

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

Shades of Shamrock #21CCA9

Tints of Shamrock #21CCA9

Color information

#21CCA9 (or 0x21CCA9) is unknown color: approx Shamrock. HEX triplet: 21, CC and A9. RGB value is (33,204,169). Sum of RGB (Red+Green+Blue) = 33+204+169=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCA9 is #DE3356. Grayscale: #949494. Windows color (decimal): -14562135 or 11127841. OLE color: 11127841.

HSL color Cylindrical-coordinate representation of color #21CCA9: hue angle of 167.72º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CCA9 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB33204169-
CMYK0.8400.170.2
HSL167.72º72.15%46.47%-
HSV(B)167.72º83.82%80%-
XYZ29.3846.3744.94-
YUV148.88139.3545.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.13%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=8.13%
G=50.25%
B=41.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041690.8400.170.2167.7272.1546.47
Hex21CCA95401114a8482e
Octal413142511240212425011056
Binary1000011100110010101001101010001000110100101010001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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