Shades of Shamrock #32CB96
Tints of Shamrock #32CB96
RGB
CMYK
RGB Variations
Color information
#32CB96 (or 0x32CB96) is known color: Shamrock. HEX triplet: 32, CB and 96. RGB value is (50,203,150). Sum of RGB (Red+Green+Blue) = 50+203+150=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CB96 is #CD3469. Grayscale: #979797. Windows color (decimal): -13448298 or 9882418. OLE color: 9882418.
HSL color Cylindrical-coordinate representation of color #32CB96: hue angle of 159.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CB96 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 150 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.20 |
| HSL | 159.22º | 0.6% | 0.5% | - |
| HSV(B) | 159.22º | 0.75% | 0.8% | - |
| XYZ | 28.18 | 45.59 | 36.17 | - |
| YUV | 151.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 150 | 0.75 | 0 | 0.26 | 0.20 | 159.22 | 0.6 | 0.5 |
| Hex | 32 | CB | 96 | 4B | 0 | 1A | 14 | 9F | 3C | 32 |
| Octal | 62 | 313 | 226 | 113 | 0 | 32 | 24 | 237 | 74 | 62 |
| Binary | 110010 | 11001011 | 10010110 | 1001011 | 0 | 11010 | 10100 | 10011111 | 111100 | 110010 |
Color Harmonies of #32CB96
Complementary color
Monochromatic Colors of #32CB96
Black with #32CB96
Text Example
Text Example
White with #32CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CB96; }
p { color: rgb(50,203,150); }
H1.HeaderClassName
{
color: #32CB96;
}
.AnyTagClassName
{
color: #32CB96;
}
</style>
background-color css
<style>
a { background-color: #32CB96; }
a { background-color: rgb(50,203,150); }
div.DivClassName
{
background-color: #32CB96;
}
.BgClassName
{
background-color: #32CB96;
}
</style>
border-color css
<style>
span { border-color: #32CB96; }
span { border-color: rgb(50,203,150); }
td.TdClassName
{
border-color: #32CB96;
}
.TagClassName
{
border-color: #32CB96;
}
</style>