Shades of Shamrock #21C59C
Tints of Shamrock #21C59C
RGB
CMYK
RGB Variations
Color information
#21C59C (or 0x21C59C) is known color: Shamrock. HEX triplet: 21, C5 and 9C. RGB value is (33,197,156). Sum of RGB (Red+Green+Blue) = 33+197+156=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #21C59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C59C is #DE3A63. Grayscale: #8F8F8F. Windows color (decimal): -14563940 or 10274081. OLE color: 10274081.
HSL color Cylindrical-coordinate representation of color #21C59C: hue angle of 165º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C59C is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 156 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.23 |
| HSL | 165º | 0.71% | 0.45% | - |
| HSV(B) | 165º | 0.83% | 0.77% | - |
| XYZ | 26.59 | 42.66 | 38.28 | - |
| YUV | 143.29 | 135.17 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 156 | 0.83 | 0 | 0.21 | 0.23 | 165 | 0.71 | 0.45 |
| Hex | 21 | C5 | 9C | 53 | 0 | 15 | 17 | A5 | 47 | 2D |
| Octal | 41 | 305 | 234 | 123 | 0 | 25 | 27 | 245 | 107 | 55 |
| Binary | 100001 | 11000101 | 10011100 | 1010011 | 0 | 10101 | 10111 | 10100101 | 1000111 | 101101 |
Color Harmonies of #21C59C
Complementary color
Monochromatic Colors of #21C59C
Black with #21C59C
Text Example
Text Example
White with #21C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C59C; }
p { color: rgb(33,197,156); }
H1.HeaderClassName
{
color: #21C59C;
}
.AnyTagClassName
{
color: #21C59C;
}
</style>
background-color css
<style>
a { background-color: #21C59C; }
a { background-color: rgb(33,197,156); }
div.DivClassName
{
background-color: #21C59C;
}
.BgClassName
{
background-color: #21C59C;
}
</style>
border-color css
<style>
span { border-color: #21C59C; }
span { border-color: rgb(33,197,156); }
td.TdClassName
{
border-color: #21C59C;
}
.TagClassName
{
border-color: #21C59C;
}
</style>