Shades of Shamrock #21E7B5
Tints of Shamrock #21E7B5
RGB
CMYK
RGB Variations
Color information
#21E7B5 (or 0x21E7B5) is known color: Shamrock. HEX triplet: 21, E7 and B5. RGB value is (33,231,181). Sum of RGB (Red+Green+Blue) = 33+231+181=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #21E7B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E7B5 is #DE184A. Grayscale: #A6A6A6. Windows color (decimal): -14555211 or 11921185. OLE color: 11921185.
HSL color Cylindrical-coordinate representation of color #21E7B5: hue angle of 164.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E7B5 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 181 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.09 |
| HSL | 164.85º | 0.8% | 0.52% | - |
| HSV(B) | 164.85º | 0.86% | 0.91% | - |
| XYZ | 37.54 | 60.81 | 53.48 | - |
| YUV | 166.1 | 136.4 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 181 | 0.86 | 0 | 0.22 | 0.09 | 164.85 | 0.8 | 0.52 |
| Hex | 21 | E7 | B5 | 56 | 0 | 16 | 9 | A5 | 50 | 34 |
| Octal | 41 | 347 | 265 | 126 | 0 | 26 | 11 | 245 | 120 | 64 |
| Binary | 100001 | 11100111 | 10110101 | 1010110 | 0 | 10110 | 1001 | 10100101 | 1010000 | 110100 |
Color Harmonies of #21E7B5
Complementary color
Monochromatic Colors of #21E7B5
Black with #21E7B5
Text Example
Text Example
White with #21E7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E7B5; }
p { color: rgb(33,231,181); }
H1.HeaderClassName
{
color: #21E7B5;
}
.AnyTagClassName
{
color: #21E7B5;
}
</style>
background-color css
<style>
a { background-color: #21E7B5; }
a { background-color: rgb(33,231,181); }
div.DivClassName
{
background-color: #21E7B5;
}
.BgClassName
{
background-color: #21E7B5;
}
</style>
border-color css
<style>
span { border-color: #21E7B5; }
span { border-color: rgb(33,231,181); }
td.TdClassName
{
border-color: #21E7B5;
}
.TagClassName
{
border-color: #21E7B5;
}
</style>