Shades of Shamrock #21DFAB
Tints of Shamrock #21DFAB
RGB
CMYK
RGB Variations
Color information
#21DFAB (or 0x21DFAB) is known color: Shamrock. HEX triplet: 21, DF and AB. RGB value is (33,223,171). Sum of RGB (Red+Green+Blue) = 33+223+171=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DFAB is #DE2054. Grayscale: #A0A0A0. Windows color (decimal): -14557269 or 11263777. OLE color: 11263777.
HSL color Cylindrical-coordinate representation of color #21DFAB: hue angle of 163.58º 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 #21DFAB is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 171 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.13 |
| HSL | 163.58º | 0.75% | 0.5% | - |
| HSV(B) | 163.58º | 0.85% | 0.87% | - |
| XYZ | 34.37 | 56.04 | 47.53 | - |
| YUV | 160.26 | 134.05 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 171 | 0.85 | 0 | 0.23 | 0.13 | 163.58 | 0.75 | 0.5 |
| Hex | 21 | DF | AB | 55 | 0 | 17 | D | A4 | 4B | 32 |
| Octal | 41 | 337 | 253 | 125 | 0 | 27 | 15 | 244 | 113 | 62 |
| Binary | 100001 | 11011111 | 10101011 | 1010101 | 0 | 10111 | 1101 | 10100100 | 1001011 | 110010 |
Color Harmonies of #21DFAB
Complementary color
Monochromatic Colors of #21DFAB
Black with #21DFAB
Text Example
Text Example
White with #21DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFAB; }
p { color: rgb(33,223,171); }
H1.HeaderClassName
{
color: #21DFAB;
}
.AnyTagClassName
{
color: #21DFAB;
}
</style>
background-color css
<style>
a { background-color: #21DFAB; }
a { background-color: rgb(33,223,171); }
div.DivClassName
{
background-color: #21DFAB;
}
.BgClassName
{
background-color: #21DFAB;
}
</style>
border-color css
<style>
span { border-color: #21DFAB; }
span { border-color: rgb(33,223,171); }
td.TdClassName
{
border-color: #21DFAB;
}
.TagClassName
{
border-color: #21DFAB;
}
</style>