Shades of Shamrock #21E2B0
Tints of Shamrock #21E2B0
RGB
CMYK
RGB Variations
Color information
#21E2B0 (or 0x21E2B0) is known color: Shamrock. HEX triplet: 21, E2 and B0. RGB value is (33,226,176). Sum of RGB (Red+Green+Blue) = 33+226+176=435 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.59% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #21E2B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E2B0 is #DE1D4F. Grayscale: #A2A2A2. Windows color (decimal): -14556496 or 11592225. OLE color: 11592225.
HSL color Cylindrical-coordinate representation of color #21E2B0: hue angle of 164.46º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E2B0 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 226 | 176 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.11 |
| HSL | 164.46º | 0.77% | 0.51% | - |
| HSV(B) | 164.46º | 0.85% | 0.89% | - |
| XYZ | 35.66 | 57.85 | 50.36 | - |
| YUV | 162.59 | 135.56 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 176 | 0.85 | 0 | 0.22 | 0.11 | 164.46 | 0.77 | 0.51 |
| Hex | 21 | E2 | B0 | 55 | 0 | 16 | B | A4 | 4D | 33 |
| Octal | 41 | 342 | 260 | 125 | 0 | 26 | 13 | 244 | 115 | 63 |
| Binary | 100001 | 11100010 | 10110000 | 1010101 | 0 | 10110 | 1011 | 10100100 | 1001101 | 110011 |
Color Harmonies of #21E2B0
Complementary color
Monochromatic Colors of #21E2B0
Black with #21E2B0
Text Example
Text Example
White with #21E2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E2B0; }
p { color: rgb(33,226,176); }
H1.HeaderClassName
{
color: #21E2B0;
}
.AnyTagClassName
{
color: #21E2B0;
}
</style>
background-color css
<style>
a { background-color: #21E2B0; }
a { background-color: rgb(33,226,176); }
div.DivClassName
{
background-color: #21E2B0;
}
.BgClassName
{
background-color: #21E2B0;
}
</style>
border-color css
<style>
span { border-color: #21E2B0; }
span { border-color: rgb(33,226,176); }
td.TdClassName
{
border-color: #21E2B0;
}
.TagClassName
{
border-color: #21E2B0;
}
</style>