Shades of Shamrock #32CA96
Tints of Shamrock #32CA96
RGB
CMYK
RGB Variations
Color information
#32CA96 (or 0x32CA96) is known color: Shamrock. HEX triplet: 32, CA and 96. RGB value is (50,202,150). Sum of RGB (Red+Green+Blue) = 50+202+150=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CA96 is #CD3569. Grayscale: #969696. Windows color (decimal): -13448554 or 9882162. OLE color: 9882162.
HSL color Cylindrical-coordinate representation of color #32CA96: hue angle of 159.47º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA96 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 150 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.21 |
| HSL | 159.47º | 0.6% | 0.49% | - |
| HSV(B) | 159.47º | 0.75% | 0.79% | - |
| XYZ | 27.94 | 45.12 | 36.09 | - |
| YUV | 150.62 | 127.64 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 150 | 0.75 | 0 | 0.26 | 0.21 | 159.47 | 0.6 | 0.49 |
| Hex | 32 | CA | 96 | 4B | 0 | 1A | 15 | 9F | 3C | 31 |
| Octal | 62 | 312 | 226 | 113 | 0 | 32 | 25 | 237 | 74 | 61 |
| Binary | 110010 | 11001010 | 10010110 | 1001011 | 0 | 11010 | 10101 | 10011111 | 111100 | 110001 |
Color Harmonies of #32CA96
Complementary color
Monochromatic Colors of #32CA96
Black with #32CA96
Text Example
Text Example
White with #32CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA96; }
p { color: rgb(50,202,150); }
H1.HeaderClassName
{
color: #32CA96;
}
.AnyTagClassName
{
color: #32CA96;
}
</style>
background-color css
<style>
a { background-color: #32CA96; }
a { background-color: rgb(50,202,150); }
div.DivClassName
{
background-color: #32CA96;
}
.BgClassName
{
background-color: #32CA96;
}
</style>
border-color css
<style>
span { border-color: #32CA96; }
span { border-color: rgb(50,202,150); }
td.TdClassName
{
border-color: #32CA96;
}
.TagClassName
{
border-color: #32CA96;
}
</style>