Shades of Shamrock #21D4AC
Tints of Shamrock #21D4AC
RGB
CMYK
RGB Variations
Color information
#21D4AC (or 0x21D4AC) is known color: Shamrock. HEX triplet: 21, D4 and AC. RGB value is (33,212,172). Sum of RGB (Red+Green+Blue) = 33+212+172=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #21D4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D4AC is #DE2B53. Grayscale: #999999. Windows color (decimal): -14560084 or 11326497. OLE color: 11326497.
HSL color Cylindrical-coordinate representation of color #21D4AC: hue angle of 166.59º 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 #21D4AC is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 172 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.17 |
| HSL | 166.59º | 0.73% | 0.48% | - |
| HSV(B) | 166.59º | 0.84% | 0.83% | - |
| XYZ | 31.62 | 50.39 | 47.09 | - |
| YUV | 153.92 | 138.2 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 172 | 0.84 | 0 | 0.19 | 0.17 | 166.59 | 0.73 | 0.48 |
| Hex | 21 | D4 | AC | 54 | 0 | 13 | 11 | A7 | 49 | 30 |
| Octal | 41 | 324 | 254 | 124 | 0 | 23 | 21 | 247 | 111 | 60 |
| Binary | 100001 | 11010100 | 10101100 | 1010100 | 0 | 10011 | 10001 | 10100111 | 1001001 | 110000 |
Color Harmonies of #21D4AC
Complementary color
Monochromatic Colors of #21D4AC
Black with #21D4AC
Text Example
Text Example
White with #21D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D4AC; }
p { color: rgb(33,212,172); }
H1.HeaderClassName
{
color: #21D4AC;
}
.AnyTagClassName
{
color: #21D4AC;
}
</style>
background-color css
<style>
a { background-color: #21D4AC; }
a { background-color: rgb(33,212,172); }
div.DivClassName
{
background-color: #21D4AC;
}
.BgClassName
{
background-color: #21D4AC;
}
</style>
border-color css
<style>
span { border-color: #21D4AC; }
span { border-color: rgb(33,212,172); }
td.TdClassName
{
border-color: #21D4AC;
}
.TagClassName
{
border-color: #21D4AC;
}
</style>