Shades of Shamrock #32C29D
Tints of Shamrock #32C29D
RGB
CMYK
RGB Variations
Color information
#32C29D (or 0x32C29D) is known color: Shamrock. HEX triplet: 32, C2 and 9D. RGB value is (50,194,157). Sum of RGB (Red+Green+Blue) = 50+194+157=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #32C29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C29D is #CD3D62. Grayscale: #929292. Windows color (decimal): -13450595 or 10338866. OLE color: 10338866.
HSL color Cylindrical-coordinate representation of color #32C29D: hue angle of 164.58º 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 #32C29D is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 157 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.24 |
| HSL | 164.58º | 0.59% | 0.48% | - |
| HSV(B) | 164.58º | 0.74% | 0.76% | - |
| XYZ | 26.69 | 41.7 | 38.54 | - |
| YUV | 146.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 157 | 0.74 | 0 | 0.19 | 0.24 | 164.58 | 0.59 | 0.48 |
| Hex | 32 | C2 | 9D | 4A | 0 | 13 | 18 | A5 | 3B | 30 |
| Octal | 62 | 302 | 235 | 112 | 0 | 23 | 30 | 245 | 73 | 60 |
| Binary | 110010 | 11000010 | 10011101 | 1001010 | 0 | 10011 | 11000 | 10100101 | 111011 | 110000 |
Color Harmonies of #32C29D
Complementary color
Monochromatic Colors of #32C29D
Black with #32C29D
Text Example
Text Example
White with #32C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C29D; }
p { color: rgb(50,194,157); }
H1.HeaderClassName
{
color: #32C29D;
}
.AnyTagClassName
{
color: #32C29D;
}
</style>
background-color css
<style>
a { background-color: #32C29D; }
a { background-color: rgb(50,194,157); }
div.DivClassName
{
background-color: #32C29D;
}
.BgClassName
{
background-color: #32C29D;
}
</style>
border-color css
<style>
span { border-color: #32C29D; }
span { border-color: rgb(50,194,157); }
td.TdClassName
{
border-color: #32C29D;
}
.TagClassName
{
border-color: #32C29D;
}
</style>