Shades of Shamrock #21CCA8
Tints of Shamrock #21CCA8
RGB
CMYK
RGB Variations
Color information
#21CCA8 (or 0x21CCA8) is known color: Shamrock. HEX triplet: 21, CC and A8. RGB value is (33,204,168). Sum of RGB (Red+Green+Blue) = 33+204+168=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCA8 is #DE3357. Grayscale: #949494. Windows color (decimal): -14562136 or 11062305. OLE color: 11062305.
HSL color Cylindrical-coordinate representation of color #21CCA8: hue angle of 167.37º 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 #21CCA8 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 168 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.2 |
| HSL | 167.37º | 0.72% | 0.46% | - |
| HSV(B) | 167.37º | 0.84% | 0.8% | - |
| XYZ | 29.29 | 46.34 | 44.45 | - |
| YUV | 148.77 | 138.85 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 168 | 0.84 | 0 | 0.18 | 0.2 | 167.37 | 0.72 | 0.46 |
| Hex | 21 | CC | A8 | 54 | 0 | 12 | 14 | A7 | 48 | 2E |
| Octal | 41 | 314 | 250 | 124 | 0 | 22 | 24 | 247 | 110 | 56 |
| Binary | 100001 | 11001100 | 10101000 | 1010100 | 0 | 10010 | 10100 | 10100111 | 1001000 | 101110 |
Color Harmonies of #21CCA8
Complementary color
Monochromatic Colors of #21CCA8
Black with #21CCA8
Text Example
Text Example
White with #21CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCA8; }
p { color: rgb(33,204,168); }
H1.HeaderClassName
{
color: #21CCA8;
}
.AnyTagClassName
{
color: #21CCA8;
}
</style>
background-color css
<style>
a { background-color: #21CCA8; }
a { background-color: rgb(33,204,168); }
div.DivClassName
{
background-color: #21CCA8;
}
.BgClassName
{
background-color: #21CCA8;
}
</style>
border-color css
<style>
span { border-color: #21CCA8; }
span { border-color: rgb(33,204,168); }
td.TdClassName
{
border-color: #21CCA8;
}
.TagClassName
{
border-color: #21CCA8;
}
</style>