Shades of Shamrock #21C29C
Tints of Shamrock #21C29C
RGB
CMYK
RGB Variations
Color information
#21C29C (or 0x21C29C) is known color: Shamrock. HEX triplet: 21, C2 and 9C. RGB value is (33,194,156). Sum of RGB (Red+Green+Blue) = 33+194+156=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #21C29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C29C is #DE3D63. Grayscale: #8D8D8D. Windows color (decimal): -14564708 or 10273313. OLE color: 10273313.
HSL color Cylindrical-coordinate representation of color #21C29C: hue angle of 165.84º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C29C is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 156 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.24 |
| HSL | 165.84º | 0.71% | 0.45% | - |
| HSV(B) | 165.84º | 0.83% | 0.76% | - |
| XYZ | 25.92 | 41.31 | 38.06 | - |
| YUV | 141.53 | 136.16 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 156 | 0.83 | 0 | 0.20 | 0.24 | 165.84 | 0.71 | 0.45 |
| Hex | 21 | C2 | 9C | 53 | 0 | 14 | 18 | A6 | 47 | 2D |
| Octal | 41 | 302 | 234 | 123 | 0 | 24 | 30 | 246 | 107 | 55 |
| Binary | 100001 | 11000010 | 10011100 | 1010011 | 0 | 10100 | 11000 | 10100110 | 1000111 | 101101 |
Color Harmonies of #21C29C
Complementary color
Monochromatic Colors of #21C29C
Black with #21C29C
Text Example
Text Example
White with #21C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C29C; }
p { color: rgb(33,194,156); }
H1.HeaderClassName
{
color: #21C29C;
}
.AnyTagClassName
{
color: #21C29C;
}
</style>
background-color css
<style>
a { background-color: #21C29C; }
a { background-color: rgb(33,194,156); }
div.DivClassName
{
background-color: #21C29C;
}
.BgClassName
{
background-color: #21C29C;
}
</style>
border-color css
<style>
span { border-color: #21C29C; }
span { border-color: rgb(33,194,156); }
td.TdClassName
{
border-color: #21C29C;
}
.TagClassName
{
border-color: #21C29C;
}
</style>