Shades of Shamrock #21D0AB
Tints of Shamrock #21D0AB
RGB
CMYK
RGB Variations
Color information
#21D0AB (or 0x21D0AB) is known color: Shamrock. HEX triplet: 21, D0 and AB. RGB value is (33,208,171). Sum of RGB (Red+Green+Blue) = 33+208+171=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #21D0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D0AB is #DE2F54. Grayscale: #979797. Windows color (decimal): -14561109 or 11259937. OLE color: 11259937.
HSL color Cylindrical-coordinate representation of color #21D0AB: hue angle of 167.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D0AB is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 171 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.18 |
| HSL | 167.31º | 0.73% | 0.47% | - |
| HSV(B) | 167.31º | 0.84% | 0.82% | - |
| XYZ | 30.53 | 48.38 | 46.26 | - |
| YUV | 151.46 | 139.02 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 171 | 0.84 | 0 | 0.18 | 0.18 | 167.31 | 0.73 | 0.47 |
| Hex | 21 | D0 | AB | 54 | 0 | 12 | 12 | A7 | 49 | 2F |
| Octal | 41 | 320 | 253 | 124 | 0 | 22 | 22 | 247 | 111 | 57 |
| Binary | 100001 | 11010000 | 10101011 | 1010100 | 0 | 10010 | 10010 | 10100111 | 1001001 | 101111 |
Color Harmonies of #21D0AB
Complementary color
Monochromatic Colors of #21D0AB
Black with #21D0AB
Text Example
Text Example
White with #21D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D0AB; }
p { color: rgb(33,208,171); }
H1.HeaderClassName
{
color: #21D0AB;
}
.AnyTagClassName
{
color: #21D0AB;
}
</style>
background-color css
<style>
a { background-color: #21D0AB; }
a { background-color: rgb(33,208,171); }
div.DivClassName
{
background-color: #21D0AB;
}
.BgClassName
{
background-color: #21D0AB;
}
</style>
border-color css
<style>
span { border-color: #21D0AB; }
span { border-color: rgb(33,208,171); }
td.TdClassName
{
border-color: #21D0AB;
}
.TagClassName
{
border-color: #21D0AB;
}
</style>