Shades of Shamrock #21D8A7
Tints of Shamrock #21D8A7
RGB
CMYK
RGB Variations
Color information
#21D8A7 (or 0x21D8A7) is known color: Shamrock. HEX triplet: 21, D8 and A7. RGB value is (33,216,167). Sum of RGB (Red+Green+Blue) = 33+216+167=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #21D8A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D8A7 is #DE2758. Grayscale: #9B9B9B. Windows color (decimal): -14559065 or 10999841. OLE color: 10999841.
HSL color Cylindrical-coordinate representation of color #21D8A7: hue angle of 163.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D8A7 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 167 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.15 |
| HSL | 163.93º | 0.73% | 0.49% | - |
| HSV(B) | 163.93º | 0.85% | 0.85% | - |
| XYZ | 32.16 | 52.23 | 44.94 | - |
| YUV | 155.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 167 | 0.85 | 0 | 0.23 | 0.15 | 163.93 | 0.73 | 0.49 |
| Hex | 21 | D8 | A7 | 55 | 0 | 17 | F | A4 | 49 | 31 |
| Octal | 41 | 330 | 247 | 125 | 0 | 27 | 17 | 244 | 111 | 61 |
| Binary | 100001 | 11011000 | 10100111 | 1010101 | 0 | 10111 | 1111 | 10100100 | 1001001 | 110001 |
Color Harmonies of #21D8A7
Complementary color
Monochromatic Colors of #21D8A7
Black with #21D8A7
Text Example
Text Example
White with #21D8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D8A7; }
p { color: rgb(33,216,167); }
H1.HeaderClassName
{
color: #21D8A7;
}
.AnyTagClassName
{
color: #21D8A7;
}
</style>
background-color css
<style>
a { background-color: #21D8A7; }
a { background-color: rgb(33,216,167); }
div.DivClassName
{
background-color: #21D8A7;
}
.BgClassName
{
background-color: #21D8A7;
}
</style>
border-color css
<style>
span { border-color: #21D8A7; }
span { border-color: rgb(33,216,167); }
td.TdClassName
{
border-color: #21D8A7;
}
.TagClassName
{
border-color: #21D8A7;
}
</style>