Shades of Shamrock #32BC98
Tints of Shamrock #32BC98
RGB
CMYK
RGB Variations
Color information
#32BC98 (or 0x32BC98) is known color: Shamrock. HEX triplet: 32, BC and 98. RGB value is (50,188,152). Sum of RGB (Red+Green+Blue) = 50+188+152=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC98 is #CD4367. Grayscale: #8E8E8E. Windows color (decimal): -13452136 or 10009650. OLE color: 10009650.
HSL color Cylindrical-coordinate representation of color #32BC98: hue angle of 164.35º 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 #32BC98 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 152 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.26 |
| HSL | 164.35º | 0.58% | 0.47% | - |
| HSV(B) | 164.35º | 0.73% | 0.74% | - |
| XYZ | 24.97 | 38.91 | 35.9 | - |
| YUV | 142.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 152 | 0.73 | 0 | 0.19 | 0.26 | 164.35 | 0.58 | 0.47 |
| Hex | 32 | BC | 98 | 49 | 0 | 13 | 1A | A4 | 3A | 2F |
| Octal | 62 | 274 | 230 | 111 | 0 | 23 | 32 | 244 | 72 | 57 |
| Binary | 110010 | 10111100 | 10011000 | 1001001 | 0 | 10011 | 11010 | 10100100 | 111010 | 101111 |
Color Harmonies of #32BC98
Complementary color
Monochromatic Colors of #32BC98
Black with #32BC98
Text Example
Text Example
White with #32BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC98; }
p { color: rgb(50,188,152); }
H1.HeaderClassName
{
color: #32BC98;
}
.AnyTagClassName
{
color: #32BC98;
}
</style>
background-color css
<style>
a { background-color: #32BC98; }
a { background-color: rgb(50,188,152); }
div.DivClassName
{
background-color: #32BC98;
}
.BgClassName
{
background-color: #32BC98;
}
</style>
border-color css
<style>
span { border-color: #32BC98; }
span { border-color: rgb(50,188,152); }
td.TdClassName
{
border-color: #32BC98;
}
.TagClassName
{
border-color: #32BC98;
}
</style>