Shades of Shamrock #21C9A1
Tints of Shamrock #21C9A1
RGB
CMYK
RGB Variations
Color information
#21C9A1 (or 0x21C9A1) is known color: Shamrock. HEX triplet: 21, C9 and A1. RGB value is (33,201,161). Sum of RGB (Red+Green+Blue) = 33+201+161=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #21C9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C9A1 is #DE365E. Grayscale: #929292. Windows color (decimal): -14562911 or 10602785. OLE color: 10602785.
HSL color Cylindrical-coordinate representation of color #21C9A1: hue angle of 165.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C9A1 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 161 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.21 |
| HSL | 165.71º | 0.72% | 0.46% | - |
| HSV(B) | 165.71º | 0.84% | 0.79% | - |
| XYZ | 27.95 | 44.67 | 40.87 | - |
| YUV | 146.21 | 136.34 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 161 | 0.84 | 0 | 0.20 | 0.21 | 165.71 | 0.72 | 0.46 |
| Hex | 21 | C9 | A1 | 54 | 0 | 14 | 15 | A6 | 48 | 2E |
| Octal | 41 | 311 | 241 | 124 | 0 | 24 | 25 | 246 | 110 | 56 |
| Binary | 100001 | 11001001 | 10100001 | 1010100 | 0 | 10100 | 10101 | 10100110 | 1001000 | 101110 |
Color Harmonies of #21C9A1
Complementary color
Monochromatic Colors of #21C9A1
Black with #21C9A1
Text Example
Text Example
White with #21C9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C9A1; }
p { color: rgb(33,201,161); }
H1.HeaderClassName
{
color: #21C9A1;
}
.AnyTagClassName
{
color: #21C9A1;
}
</style>
background-color css
<style>
a { background-color: #21C9A1; }
a { background-color: rgb(33,201,161); }
div.DivClassName
{
background-color: #21C9A1;
}
.BgClassName
{
background-color: #21C9A1;
}
</style>
border-color css
<style>
span { border-color: #21C9A1; }
span { border-color: rgb(33,201,161); }
td.TdClassName
{
border-color: #21C9A1;
}
.TagClassName
{
border-color: #21C9A1;
}
</style>