Shades of Shamrock #21DFA3
Tints of Shamrock #21DFA3
RGB
CMYK
RGB Variations
Color information
#21DFA3 (or 0x21DFA3) is known color: Shamrock. HEX triplet: 21, DF and A3. RGB value is (33,223,163). Sum of RGB (Red+Green+Blue) = 33+223+163=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DFA3 is #DE205C. Grayscale: #9F9F9F. Windows color (decimal): -14557277 or 10739489. OLE color: 10739489.
HSL color Cylindrical-coordinate representation of color #21DFA3: hue angle of 161.05º 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 #21DFA3 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 163 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.13 |
| HSL | 161.05º | 0.75% | 0.5% | - |
| HSV(B) | 161.05º | 0.85% | 0.87% | - |
| XYZ | 33.63 | 55.74 | 43.64 | - |
| YUV | 159.35 | 130.05 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 163 | 0.85 | 0 | 0.27 | 0.13 | 161.05 | 0.75 | 0.5 |
| Hex | 21 | DF | A3 | 55 | 0 | 1B | D | A1 | 4B | 32 |
| Octal | 41 | 337 | 243 | 125 | 0 | 33 | 15 | 241 | 113 | 62 |
| Binary | 100001 | 11011111 | 10100011 | 1010101 | 0 | 11011 | 1101 | 10100001 | 1001011 | 110010 |
Color Harmonies of #21DFA3
Complementary color
Monochromatic Colors of #21DFA3
Black with #21DFA3
Text Example
Text Example
White with #21DFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFA3; }
p { color: rgb(33,223,163); }
H1.HeaderClassName
{
color: #21DFA3;
}
.AnyTagClassName
{
color: #21DFA3;
}
</style>
background-color css
<style>
a { background-color: #21DFA3; }
a { background-color: rgb(33,223,163); }
div.DivClassName
{
background-color: #21DFA3;
}
.BgClassName
{
background-color: #21DFA3;
}
</style>
border-color css
<style>
span { border-color: #21DFA3; }
span { border-color: rgb(33,223,163); }
td.TdClassName
{
border-color: #21DFA3;
}
.TagClassName
{
border-color: #21DFA3;
}
</style>