Shades of Shamrock #21DFAC
Tints of Shamrock #21DFAC
RGB
CMYK
RGB Variations
Color information
#21DFAC (or 0x21DFAC) is known color: Shamrock. HEX triplet: 21, DF and AC. RGB value is (33,223,172). Sum of RGB (Red+Green+Blue) = 33+223+172=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DFAC is #DE2053. Grayscale: #A0A0A0. Windows color (decimal): -14557268 or 11329313. OLE color: 11329313.
HSL color Cylindrical-coordinate representation of color #21DFAC: hue angle of 163.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DFAC is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 172 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.13 |
| HSL | 163.89º | 0.75% | 0.5% | - |
| HSV(B) | 163.89º | 0.85% | 0.87% | - |
| XYZ | 34.46 | 56.08 | 48.04 | - |
| YUV | 160.38 | 134.55 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 172 | 0.85 | 0 | 0.23 | 0.13 | 163.89 | 0.75 | 0.5 |
| Hex | 21 | DF | AC | 55 | 0 | 17 | D | A4 | 4B | 32 |
| Octal | 41 | 337 | 254 | 125 | 0 | 27 | 15 | 244 | 113 | 62 |
| Binary | 100001 | 11011111 | 10101100 | 1010101 | 0 | 10111 | 1101 | 10100100 | 1001011 | 110010 |
Color Harmonies of #21DFAC
Complementary color
Monochromatic Colors of #21DFAC
Black with #21DFAC
Text Example
Text Example
White with #21DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFAC; }
p { color: rgb(33,223,172); }
H1.HeaderClassName
{
color: #21DFAC;
}
.AnyTagClassName
{
color: #21DFAC;
}
</style>
background-color css
<style>
a { background-color: #21DFAC; }
a { background-color: rgb(33,223,172); }
div.DivClassName
{
background-color: #21DFAC;
}
.BgClassName
{
background-color: #21DFAC;
}
</style>
border-color css
<style>
span { border-color: #21DFAC; }
span { border-color: rgb(33,223,172); }
td.TdClassName
{
border-color: #21DFAC;
}
.TagClassName
{
border-color: #21DFAC;
}
</style>