#21CCA7

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

Shades of Shamrock #21CCA7

Tints of Shamrock #21CCA7

Color information

#21CCA7 (or 0x21CCA7) is unknown color: approx Shamrock. HEX triplet: 21, CC and A7. RGB value is (33,204,167). Sum of RGB (Red+Green+Blue) = 33+204+167=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCA7 is #DE3358. Grayscale: #949494. Windows color (decimal): -14562137 or 10996769. OLE color: 10996769.

HSL color Cylindrical-coordinate representation of color #21CCA7: hue angle of 167.02º 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 #21CCA7 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB33204167-
CMYK0.8400.180.2
HSL167.02º72.15%46.47%-
HSV(B)167.02º83.82%80%-
XYZ29.246.343.96-
YUV148.65138.3545.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.17%
GREEN value IS 204 (80.08% from 255) = 50.50%
BLUE value IS 167 (65.62% from 255) = 41.34%
R=8.17%
G=50.50%
B=41.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041670.8400.180.2167.0272.1546.47
Hex21CCA75401214a7482e
Octal413142471240222424711056
Binary1000011100110010100111101010001001010100101001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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