#21CCA2

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

Shades of Shamrock #21CCA2

Tints of Shamrock #21CCA2

Color information

#21CCA2 (or 0x21CCA2) is unknown color: approx Shamrock. HEX triplet: 21, CC and A2. RGB value is (33,204,162). Sum of RGB (Red+Green+Blue) = 33+204+162=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCA2 is #DE335D. Grayscale: #949494. Windows color (decimal): -14562142 or 10669089. OLE color: 10669089.

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

Color convert

RGB33204162-
CMYK0.8400.210.2
HSL165.26º72.15%46.47%-
HSV(B)165.26º83.82%80%-
XYZ28.7446.1241.57-
YUV148.08135.8545.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.27%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=8.27%
G=51.13%
B=40.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041620.8400.210.2165.2672.1546.47
Hex21CCA25401514a5482e
Octal413142421240252424511056
Binary1000011100110010100010101010001010110100101001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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