Shades of Shamrock #32BC96
Tints of Shamrock #32BC96
RGB
CMYK
RGB Variations
Color information
#32BC96 (or 0x32BC96) is known color: Shamrock. HEX triplet: 32, BC and 96. RGB value is (50,188,150). Sum of RGB (Red+Green+Blue) = 50+188+150=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC96 is #CD4369. Grayscale: #8E8E8E. Windows color (decimal): -13452138 or 9878578. OLE color: 9878578.
HSL color Cylindrical-coordinate representation of color #32BC96: hue angle of 163.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC96 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 150 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.26 |
| HSL | 163.48º | 0.58% | 0.47% | - |
| HSV(B) | 163.48º | 0.73% | 0.74% | - |
| XYZ | 24.8 | 38.85 | 35.05 | - |
| YUV | 142.41 | 132.28 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 150 | 0.73 | 0 | 0.20 | 0.26 | 163.48 | 0.58 | 0.47 |
| Hex | 32 | BC | 96 | 49 | 0 | 14 | 1A | A3 | 3A | 2F |
| Octal | 62 | 274 | 226 | 111 | 0 | 24 | 32 | 243 | 72 | 57 |
| Binary | 110010 | 10111100 | 10010110 | 1001001 | 0 | 10100 | 11010 | 10100011 | 111010 | 101111 |
Color Harmonies of #32BC96
Complementary color
Monochromatic Colors of #32BC96
Black with #32BC96
Text Example
Text Example
White with #32BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC96; }
p { color: rgb(50,188,150); }
H1.HeaderClassName
{
color: #32BC96;
}
.AnyTagClassName
{
color: #32BC96;
}
</style>
background-color css
<style>
a { background-color: #32BC96; }
a { background-color: rgb(50,188,150); }
div.DivClassName
{
background-color: #32BC96;
}
.BgClassName
{
background-color: #32BC96;
}
</style>
border-color css
<style>
span { border-color: #32BC96; }
span { border-color: rgb(50,188,150); }
td.TdClassName
{
border-color: #32BC96;
}
.TagClassName
{
border-color: #32BC96;
}
</style>