Shades of Shamrock #21CEA2
Tints of Shamrock #21CEA2
RGB
CMYK
RGB Variations
Color information
#21CEA2 (or 0x21CEA2) is known color: Shamrock. HEX triplet: 21, CE and A2. RGB value is (33,206,162). Sum of RGB (Red+Green+Blue) = 33+206+162=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CEA2 is #DE315D. Grayscale: #959595. Windows color (decimal): -14561630 or 10669601. OLE color: 10669601.
HSL color Cylindrical-coordinate representation of color #21CEA2: hue angle of 164.74º 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 #21CEA2 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 162 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.19 |
| HSL | 164.74º | 0.72% | 0.47% | - |
| HSV(B) | 164.74º | 0.84% | 0.81% | - |
| XYZ | 29.22 | 47.07 | 41.73 | - |
| YUV | 149.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 162 | 0.84 | 0 | 0.21 | 0.19 | 164.74 | 0.72 | 0.47 |
| Hex | 21 | CE | A2 | 54 | 0 | 15 | 13 | A5 | 48 | 2F |
| Octal | 41 | 316 | 242 | 124 | 0 | 25 | 23 | 245 | 110 | 57 |
| Binary | 100001 | 11001110 | 10100010 | 1010100 | 0 | 10101 | 10011 | 10100101 | 1001000 | 101111 |
Color Harmonies of #21CEA2
Complementary color
Monochromatic Colors of #21CEA2
Black with #21CEA2
Text Example
Text Example
White with #21CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEA2; }
p { color: rgb(33,206,162); }
H1.HeaderClassName
{
color: #21CEA2;
}
.AnyTagClassName
{
color: #21CEA2;
}
</style>
background-color css
<style>
a { background-color: #21CEA2; }
a { background-color: rgb(33,206,162); }
div.DivClassName
{
background-color: #21CEA2;
}
.BgClassName
{
background-color: #21CEA2;
}
</style>
border-color css
<style>
span { border-color: #21CEA2; }
span { border-color: rgb(33,206,162); }
td.TdClassName
{
border-color: #21CEA2;
}
.TagClassName
{
border-color: #21CEA2;
}
</style>