Shades of Shamrock #21E4B4
Tints of Shamrock #21E4B4
RGB
CMYK
RGB Variations
Color information
#21E4B4 (or 0x21E4B4) is known color: Shamrock. HEX triplet: 21, E4 and B4. RGB value is (33,228,180). Sum of RGB (Red+Green+Blue) = 33+228+180=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #21E4B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E4B4 is #DE1B4B. Grayscale: #A4A4A4. Windows color (decimal): -14555980 or 11854881. OLE color: 11854881.
HSL color Cylindrical-coordinate representation of color #21E4B4: hue angle of 165.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E4B4 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 180 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.11 |
| HSL | 165.23º | 0.78% | 0.51% | - |
| HSV(B) | 165.23º | 0.86% | 0.89% | - |
| XYZ | 36.61 | 59.11 | 52.66 | - |
| YUV | 164.22 | 136.9 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 180 | 0.86 | 0 | 0.21 | 0.11 | 165.23 | 0.78 | 0.51 |
| Hex | 21 | E4 | B4 | 56 | 0 | 15 | B | A5 | 4E | 33 |
| Octal | 41 | 344 | 264 | 126 | 0 | 25 | 13 | 245 | 116 | 63 |
| Binary | 100001 | 11100100 | 10110100 | 1010110 | 0 | 10101 | 1011 | 10100101 | 1001110 | 110011 |
Color Harmonies of #21E4B4
Complementary color
Monochromatic Colors of #21E4B4
Black with #21E4B4
Text Example
Text Example
White with #21E4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E4B4; }
p { color: rgb(33,228,180); }
H1.HeaderClassName
{
color: #21E4B4;
}
.AnyTagClassName
{
color: #21E4B4;
}
</style>
background-color css
<style>
a { background-color: #21E4B4; }
a { background-color: rgb(33,228,180); }
div.DivClassName
{
background-color: #21E4B4;
}
.BgClassName
{
background-color: #21E4B4;
}
</style>
border-color css
<style>
span { border-color: #21E4B4; }
span { border-color: rgb(33,228,180); }
td.TdClassName
{
border-color: #21E4B4;
}
.TagClassName
{
border-color: #21E4B4;
}
</style>