Shades of Shamrock #32B99C
Tints of Shamrock #32B99C
RGB
CMYK
RGB Variations
Color information
#32B99C (or 0x32B99C) is known color: Shamrock. HEX triplet: 32, B9 and 9C. RGB value is (50,185,156). Sum of RGB (Red+Green+Blue) = 50+185+156=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #32B99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B99C is #CD4663. Grayscale: #8D8D8D. Windows color (decimal): -13452900 or 10271026. OLE color: 10271026.
HSL color Cylindrical-coordinate representation of color #32B99C: hue angle of 167.11º degrees, saturation: 0.57, 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 #32B99C is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 156 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.27 |
| HSL | 167.11º | 0.57% | 0.46% | - |
| HSV(B) | 167.11º | 0.73% | 0.73% | - |
| XYZ | 24.67 | 37.78 | 37.44 | - |
| YUV | 141.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 156 | 0.73 | 0 | 0.16 | 0.27 | 167.11 | 0.57 | 0.46 |
| Hex | 32 | B9 | 9C | 49 | 0 | 10 | 1B | A7 | 39 | 2E |
| Octal | 62 | 271 | 234 | 111 | 0 | 20 | 33 | 247 | 71 | 56 |
| Binary | 110010 | 10111001 | 10011100 | 1001001 | 0 | 10000 | 11011 | 10100111 | 111001 | 101110 |
Color Harmonies of #32B99C
Complementary color
Monochromatic Colors of #32B99C
Black with #32B99C
Text Example
Text Example
White with #32B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B99C; }
p { color: rgb(50,185,156); }
H1.HeaderClassName
{
color: #32B99C;
}
.AnyTagClassName
{
color: #32B99C;
}
</style>
background-color css
<style>
a { background-color: #32B99C; }
a { background-color: rgb(50,185,156); }
div.DivClassName
{
background-color: #32B99C;
}
.BgClassName
{
background-color: #32B99C;
}
</style>
border-color css
<style>
span { border-color: #32B99C; }
span { border-color: rgb(50,185,156); }
td.TdClassName
{
border-color: #32B99C;
}
.TagClassName
{
border-color: #32B99C;
}
</style>