Shades of Shamrock #21CE9C
Tints of Shamrock #21CE9C
RGB
CMYK
RGB Variations
Color information
#21CE9C (or 0x21CE9C) is known color: Shamrock. HEX triplet: 21, CE and 9C. RGB value is (33,206,156). Sum of RGB (Red+Green+Blue) = 33+206+156=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CE9C is #DE3163. Grayscale: #949494. Windows color (decimal): -14561636 or 10276385. OLE color: 10276385.
HSL color Cylindrical-coordinate representation of color #21CE9C: hue angle of 162.66º 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 #21CE9C is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 156 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.19 |
| HSL | 162.66º | 0.72% | 0.47% | - |
| HSV(B) | 162.66º | 0.84% | 0.81% | - |
| XYZ | 28.7 | 46.87 | 38.99 | - |
| YUV | 148.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 156 | 0.84 | 0 | 0.24 | 0.19 | 162.66 | 0.72 | 0.47 |
| Hex | 21 | CE | 9C | 54 | 0 | 18 | 13 | A3 | 48 | 2F |
| Octal | 41 | 316 | 234 | 124 | 0 | 30 | 23 | 243 | 110 | 57 |
| Binary | 100001 | 11001110 | 10011100 | 1010100 | 0 | 11000 | 10011 | 10100011 | 1001000 | 101111 |
Color Harmonies of #21CE9C
Complementary color
Monochromatic Colors of #21CE9C
Black with #21CE9C
Text Example
Text Example
White with #21CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE9C; }
p { color: rgb(33,206,156); }
H1.HeaderClassName
{
color: #21CE9C;
}
.AnyTagClassName
{
color: #21CE9C;
}
</style>
background-color css
<style>
a { background-color: #21CE9C; }
a { background-color: rgb(33,206,156); }
div.DivClassName
{
background-color: #21CE9C;
}
.BgClassName
{
background-color: #21CE9C;
}
</style>
border-color css
<style>
span { border-color: #21CE9C; }
span { border-color: rgb(33,206,156); }
td.TdClassName
{
border-color: #21CE9C;
}
.TagClassName
{
border-color: #21CE9C;
}
</style>