#21C7A2

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

Shades of Shamrock #21C7A2

Tints of Shamrock #21C7A2

Color information

#21C7A2 (or 0x21C7A2) is unknown color: approx Shamrock. HEX triplet: 21, C7 and A2. RGB value is (33,199,162). Sum of RGB (Red+Green+Blue) = 33+199+162=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #21C7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C7A2 is #DE385D. Grayscale: #919191. Windows color (decimal): -14563422 or 10667809. OLE color: 10667809.

HSL color Cylindrical-coordinate representation of color #21C7A2: hue angle of 166.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C7A2 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB33199162-
CMYK0.8300.190.22
HSL166.63º71.55%45.49%-
HSV(B)166.63º83.42%78.04%-
XYZ27.5743.7841.18-
YUV145.15137.548.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.38%
GREEN value IS 199 (78.12% from 255) = 50.51%
BLUE value IS 162 (63.67% from 255) = 41.12%
R=8.38%
G=50.51%
B=41.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal331991620.8300.190.22166.6371.5545.49
Hex21C7A25301316a7482d
Octal413072421230232624711055
Binary1000011100011110100010101001101001110110101001111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,199,162); }

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

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

 a { background-color: rgb(33,199,162); }

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

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

 span { border-color: rgb(33,199,162); }

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