Shades of Shamrock #21D89B
Tints of Shamrock #21D89B
RGB
CMYK
RGB Variations
Color information
#21D89B (or 0x21D89B) is known color: Shamrock. HEX triplet: 21, D8 and 9B. RGB value is (33,216,155). Sum of RGB (Red+Green+Blue) = 33+216+155=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #21D89B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D89B is #DE2764. Grayscale: #9A9A9A. Windows color (decimal): -14559077 or 10213409. OLE color: 10213409.
HSL color Cylindrical-coordinate representation of color #21D89B: hue angle of 160º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D89B is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 155 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.15 |
| HSL | 160º | 0.73% | 0.49% | - |
| HSV(B) | 160º | 0.85% | 0.85% | - |
| XYZ | 31.1 | 51.8 | 39.37 | - |
| YUV | 154.33 | 128.37 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 155 | 0.85 | 0 | 0.28 | 0.15 | 160 | 0.73 | 0.49 |
| Hex | 21 | D8 | 9B | 55 | 0 | 1C | F | A0 | 49 | 31 |
| Octal | 41 | 330 | 233 | 125 | 0 | 34 | 17 | 240 | 111 | 61 |
| Binary | 100001 | 11011000 | 10011011 | 1010101 | 0 | 11100 | 1111 | 10100000 | 1001001 | 110001 |
Color Harmonies of #21D89B
Complementary color
Monochromatic Colors of #21D89B
Black with #21D89B
Text Example
Text Example
White with #21D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D89B; }
p { color: rgb(33,216,155); }
H1.HeaderClassName
{
color: #21D89B;
}
.AnyTagClassName
{
color: #21D89B;
}
</style>
background-color css
<style>
a { background-color: #21D89B; }
a { background-color: rgb(33,216,155); }
div.DivClassName
{
background-color: #21D89B;
}
.BgClassName
{
background-color: #21D89B;
}
</style>
border-color css
<style>
span { border-color: #21D89B; }
span { border-color: rgb(33,216,155); }
td.TdClassName
{
border-color: #21D89B;
}
.TagClassName
{
border-color: #21D89B;
}
</style>