Shades of Shamrock #32C59B
Tints of Shamrock #32C59B
RGB
CMYK
RGB Variations
Color information
#32C59B (or 0x32C59B) is known color: Shamrock. HEX triplet: 32, C5 and 9B. RGB value is (50,197,155). Sum of RGB (Red+Green+Blue) = 50+197+155=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #32C59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C59B is #CD3A64. Grayscale: #949494. Windows color (decimal): -13449829 or 10208562. OLE color: 10208562.
HSL color Cylindrical-coordinate representation of color #32C59B: hue angle of 162.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C59B is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 155 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.23 |
| HSL | 162.86º | 0.6% | 0.48% | - |
| HSV(B) | 162.86º | 0.75% | 0.77% | - |
| XYZ | 27.2 | 42.98 | 37.87 | - |
| YUV | 148.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 155 | 0.75 | 0 | 0.21 | 0.23 | 162.86 | 0.6 | 0.48 |
| Hex | 32 | C5 | 9B | 4B | 0 | 15 | 17 | A3 | 3C | 30 |
| Octal | 62 | 305 | 233 | 113 | 0 | 25 | 27 | 243 | 74 | 60 |
| Binary | 110010 | 11000101 | 10011011 | 1001011 | 0 | 10101 | 10111 | 10100011 | 111100 | 110000 |
Color Harmonies of #32C59B
Complementary color
Monochromatic Colors of #32C59B
Black with #32C59B
Text Example
Text Example
White with #32C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C59B; }
p { color: rgb(50,197,155); }
H1.HeaderClassName
{
color: #32C59B;
}
.AnyTagClassName
{
color: #32C59B;
}
</style>
background-color css
<style>
a { background-color: #32C59B; }
a { background-color: rgb(50,197,155); }
div.DivClassName
{
background-color: #32C59B;
}
.BgClassName
{
background-color: #32C59B;
}
</style>
border-color css
<style>
span { border-color: #32C59B; }
span { border-color: rgb(50,197,155); }
td.TdClassName
{
border-color: #32C59B;
}
.TagClassName
{
border-color: #32C59B;
}
</style>