Shades of Shamrock #21DFB4
Tints of Shamrock #21DFB4
RGB
CMYK
RGB Variations
Color information
#21DFB4 (or 0x21DFB4) is known color: Shamrock. HEX triplet: 21, DF and B4. RGB value is (33,223,180). Sum of RGB (Red+Green+Blue) = 33+223+180=436 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.57% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFB4 is #DE204B. Grayscale: #A1A1A1. Windows color (decimal): -14557260 or 11853601. OLE color: 11853601.
HSL color Cylindrical-coordinate representation of color #21DFB4: hue angle of 166.42º 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 #21DFB4 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 180 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.13 |
| HSL | 166.42º | 0.75% | 0.5% | - |
| HSV(B) | 166.42º | 0.85% | 0.87% | - |
| XYZ | 35.25 | 56.39 | 52.21 | - |
| YUV | 161.29 | 138.55 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 180 | 0.85 | 0 | 0.19 | 0.13 | 166.42 | 0.75 | 0.5 |
| Hex | 21 | DF | B4 | 55 | 0 | 13 | D | A6 | 4B | 32 |
| Octal | 41 | 337 | 264 | 125 | 0 | 23 | 15 | 246 | 113 | 62 |
| Binary | 100001 | 11011111 | 10110100 | 1010101 | 0 | 10011 | 1101 | 10100110 | 1001011 | 110010 |
Color Harmonies of #21DFB4
Complementary color
Monochromatic Colors of #21DFB4
Black with #21DFB4
Text Example
Text Example
White with #21DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFB4; }
p { color: rgb(33,223,180); }
H1.HeaderClassName
{
color: #21DFB4;
}
.AnyTagClassName
{
color: #21DFB4;
}
</style>
background-color css
<style>
a { background-color: #21DFB4; }
a { background-color: rgb(33,223,180); }
div.DivClassName
{
background-color: #21DFB4;
}
.BgClassName
{
background-color: #21DFB4;
}
</style>
border-color css
<style>
span { border-color: #21DFB4; }
span { border-color: rgb(33,223,180); }
td.TdClassName
{
border-color: #21DFB4;
}
.TagClassName
{
border-color: #21DFB4;
}
</style>