Shades of Shamrock #21D6A8
Tints of Shamrock #21D6A8
RGB
CMYK
RGB Variations
Color information
#21D6A8 (or 0x21D6A8) is known color: Shamrock. HEX triplet: 21, D6 and A8. RGB value is (33,214,168). Sum of RGB (Red+Green+Blue) = 33+214+168=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #21D6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D6A8 is #DE2957. Grayscale: #9A9A9A. Windows color (decimal): -14559576 or 11064865. OLE color: 11064865.
HSL color Cylindrical-coordinate representation of color #21D6A8: hue angle of 164.75º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D6A8 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 168 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.16 |
| HSL | 164.75º | 0.73% | 0.48% | - |
| HSV(B) | 164.75º | 0.85% | 0.84% | - |
| XYZ | 31.74 | 51.24 | 45.26 | - |
| YUV | 154.64 | 135.53 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 168 | 0.85 | 0 | 0.21 | 0.16 | 164.75 | 0.73 | 0.48 |
| Hex | 21 | D6 | A8 | 55 | 0 | 15 | 10 | A5 | 49 | 30 |
| Octal | 41 | 326 | 250 | 125 | 0 | 25 | 20 | 245 | 111 | 60 |
| Binary | 100001 | 11010110 | 10101000 | 1010101 | 0 | 10101 | 10000 | 10100101 | 1001001 | 110000 |
Color Harmonies of #21D6A8
Complementary color
Monochromatic Colors of #21D6A8
Black with #21D6A8
Text Example
Text Example
White with #21D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D6A8; }
p { color: rgb(33,214,168); }
H1.HeaderClassName
{
color: #21D6A8;
}
.AnyTagClassName
{
color: #21D6A8;
}
</style>
background-color css
<style>
a { background-color: #21D6A8; }
a { background-color: rgb(33,214,168); }
div.DivClassName
{
background-color: #21D6A8;
}
.BgClassName
{
background-color: #21D6A8;
}
</style>
border-color css
<style>
span { border-color: #21D6A8; }
span { border-color: rgb(33,214,168); }
td.TdClassName
{
border-color: #21D6A8;
}
.TagClassName
{
border-color: #21D6A8;
}
</style>