Shades of Shamrock #32BA96
Tints of Shamrock #32BA96
RGB
CMYK
RGB Variations
Color information
#32BA96 (or 0x32BA96) is known color: Shamrock. HEX triplet: 32, BA and 96. RGB value is (50,186,150). Sum of RGB (Red+Green+Blue) = 50+186+150=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BA96 is #CD4569. Grayscale: #8D8D8D. Windows color (decimal): -13452650 or 9878066. OLE color: 9878066.
HSL color Cylindrical-coordinate representation of color #32BA96: hue angle of 164.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA96 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 150 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.27 |
| HSL | 164.12º | 0.58% | 0.46% | - |
| HSV(B) | 164.12º | 0.73% | 0.73% | - |
| XYZ | 24.38 | 38 | 34.9 | - |
| YUV | 141.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 150 | 0.73 | 0 | 0.19 | 0.27 | 164.12 | 0.58 | 0.46 |
| Hex | 32 | BA | 96 | 49 | 0 | 13 | 1B | A4 | 3A | 2E |
| Octal | 62 | 272 | 226 | 111 | 0 | 23 | 33 | 244 | 72 | 56 |
| Binary | 110010 | 10111010 | 10010110 | 1001001 | 0 | 10011 | 11011 | 10100100 | 111010 | 101110 |
Color Harmonies of #32BA96
Complementary color
Monochromatic Colors of #32BA96
Black with #32BA96
Text Example
Text Example
White with #32BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA96; }
p { color: rgb(50,186,150); }
H1.HeaderClassName
{
color: #32BA96;
}
.AnyTagClassName
{
color: #32BA96;
}
</style>
background-color css
<style>
a { background-color: #32BA96; }
a { background-color: rgb(50,186,150); }
div.DivClassName
{
background-color: #32BA96;
}
.BgClassName
{
background-color: #32BA96;
}
</style>
border-color css
<style>
span { border-color: #32BA96; }
span { border-color: rgb(50,186,150); }
td.TdClassName
{
border-color: #32BA96;
}
.TagClassName
{
border-color: #32BA96;
}
</style>