Shades of Shamrock #21CE9B
Tints of Shamrock #21CE9B
RGB
CMYK
RGB Variations
Color information
#21CE9B (or 0x21CE9B) is known color: Shamrock. HEX triplet: 21, CE and 9B. RGB value is (33,206,155). Sum of RGB (Red+Green+Blue) = 33+206+155=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CE9B is #DE3164. Grayscale: #949494. Windows color (decimal): -14561637 or 10210849. OLE color: 10210849.
HSL color Cylindrical-coordinate representation of color #21CE9B: hue angle of 162.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE9B is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 155 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.19 |
| HSL | 162.31º | 0.72% | 0.47% | - |
| HSV(B) | 162.31º | 0.84% | 0.81% | - |
| XYZ | 28.61 | 46.83 | 38.54 | - |
| YUV | 148.46 | 131.69 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 155 | 0.84 | 0 | 0.25 | 0.19 | 162.31 | 0.72 | 0.47 |
| Hex | 21 | CE | 9B | 54 | 0 | 19 | 13 | A2 | 48 | 2F |
| Octal | 41 | 316 | 233 | 124 | 0 | 31 | 23 | 242 | 110 | 57 |
| Binary | 100001 | 11001110 | 10011011 | 1010100 | 0 | 11001 | 10011 | 10100010 | 1001000 | 101111 |
Color Harmonies of #21CE9B
Complementary color
Monochromatic Colors of #21CE9B
Black with #21CE9B
Text Example
Text Example
White with #21CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE9B; }
p { color: rgb(33,206,155); }
H1.HeaderClassName
{
color: #21CE9B;
}
.AnyTagClassName
{
color: #21CE9B;
}
</style>
background-color css
<style>
a { background-color: #21CE9B; }
a { background-color: rgb(33,206,155); }
div.DivClassName
{
background-color: #21CE9B;
}
.BgClassName
{
background-color: #21CE9B;
}
</style>
border-color css
<style>
span { border-color: #21CE9B; }
span { border-color: rgb(33,206,155); }
td.TdClassName
{
border-color: #21CE9B;
}
.TagClassName
{
border-color: #21CE9B;
}
</style>