Shades of Shamrock #32C29C
Tints of Shamrock #32C29C
RGB
CMYK
RGB Variations
Color information
#32C29C (or 0x32C29C) is known color: Shamrock. HEX triplet: 32, C2 and 9C. RGB value is (50,194,156). Sum of RGB (Red+Green+Blue) = 50+194+156=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #32C29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C29C is #CD3D63. Grayscale: #929292. Windows color (decimal): -13450596 or 10273330. OLE color: 10273330.
HSL color Cylindrical-coordinate representation of color #32C29C: hue angle of 164.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C29C is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 156 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.24 |
| HSL | 164.17º | 0.59% | 0.48% | - |
| HSV(B) | 164.17º | 0.74% | 0.76% | - |
| XYZ | 26.61 | 41.66 | 38.09 | - |
| YUV | 146.61 | 133.29 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 156 | 0.74 | 0 | 0.20 | 0.24 | 164.17 | 0.59 | 0.48 |
| Hex | 32 | C2 | 9C | 4A | 0 | 14 | 18 | A4 | 3B | 30 |
| Octal | 62 | 302 | 234 | 112 | 0 | 24 | 30 | 244 | 73 | 60 |
| Binary | 110010 | 11000010 | 10011100 | 1001010 | 0 | 10100 | 11000 | 10100100 | 111011 | 110000 |
Color Harmonies of #32C29C
Complementary color
Monochromatic Colors of #32C29C
Black with #32C29C
Text Example
Text Example
White with #32C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C29C; }
p { color: rgb(50,194,156); }
H1.HeaderClassName
{
color: #32C29C;
}
.AnyTagClassName
{
color: #32C29C;
}
</style>
background-color css
<style>
a { background-color: #32C29C; }
a { background-color: rgb(50,194,156); }
div.DivClassName
{
background-color: #32C29C;
}
.BgClassName
{
background-color: #32C29C;
}
</style>
border-color css
<style>
span { border-color: #32C29C; }
span { border-color: rgb(50,194,156); }
td.TdClassName
{
border-color: #32C29C;
}
.TagClassName
{
border-color: #32C29C;
}
</style>