Shades of Shamrock #21D3A8
Tints of Shamrock #21D3A8
RGB
CMYK
RGB Variations
Color information
#21D3A8 (or 0x21D3A8) is known color: Shamrock. HEX triplet: 21, D3 and A8. RGB value is (33,211,168). Sum of RGB (Red+Green+Blue) = 33+211+168=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #21D3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D3A8 is #DE2C57. Grayscale: #989898. Windows color (decimal): -14560344 or 11064097. OLE color: 11064097.
HSL color Cylindrical-coordinate representation of color #21D3A8: hue angle of 165.51º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D3A8 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 168 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.17 |
| HSL | 165.51º | 0.73% | 0.48% | - |
| HSV(B) | 165.51º | 0.84% | 0.83% | - |
| XYZ | 30.99 | 49.74 | 45.01 | - |
| YUV | 152.88 | 136.53 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 168 | 0.84 | 0 | 0.20 | 0.17 | 165.51 | 0.73 | 0.48 |
| Hex | 21 | D3 | A8 | 54 | 0 | 14 | 11 | A6 | 49 | 30 |
| Octal | 41 | 323 | 250 | 124 | 0 | 24 | 21 | 246 | 111 | 60 |
| Binary | 100001 | 11010011 | 10101000 | 1010100 | 0 | 10100 | 10001 | 10100110 | 1001001 | 110000 |
Color Harmonies of #21D3A8
Complementary color
Monochromatic Colors of #21D3A8
Black with #21D3A8
Text Example
Text Example
White with #21D3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D3A8; }
p { color: rgb(33,211,168); }
H1.HeaderClassName
{
color: #21D3A8;
}
.AnyTagClassName
{
color: #21D3A8;
}
</style>
background-color css
<style>
a { background-color: #21D3A8; }
a { background-color: rgb(33,211,168); }
div.DivClassName
{
background-color: #21D3A8;
}
.BgClassName
{
background-color: #21D3A8;
}
</style>
border-color css
<style>
span { border-color: #21D3A8; }
span { border-color: rgb(33,211,168); }
td.TdClassName
{
border-color: #21D3A8;
}
.TagClassName
{
border-color: #21D3A8;
}
</style>