Shades of Shamrock #32D198
Tints of Shamrock #32D198
RGB
CMYK
RGB Variations
Color information
#32D198 (or 0x32D198) is known color: Shamrock. HEX triplet: 32, D1 and 98. RGB value is (50,209,152). Sum of RGB (Red+Green+Blue) = 50+209+152=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #32D198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D198 is #CD2E67. Grayscale: #9B9B9B. Windows color (decimal): -13446760 or 10015026. OLE color: 10015026.
HSL color Cylindrical-coordinate representation of color #32D198: hue angle of 158.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D198 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 152 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.18 |
| HSL | 158.49º | 0.63% | 0.51% | - |
| HSV(B) | 158.49º | 0.76% | 0.82% | - |
| XYZ | 29.78 | 48.55 | 37.51 | - |
| YUV | 154.96 | 126.32 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 152 | 0.76 | 0 | 0.27 | 0.18 | 158.49 | 0.63 | 0.51 |
| Hex | 32 | D1 | 98 | 4C | 0 | 1B | 12 | 9E | 3F | 33 |
| Octal | 62 | 321 | 230 | 114 | 0 | 33 | 22 | 236 | 77 | 63 |
| Binary | 110010 | 11010001 | 10011000 | 1001100 | 0 | 11011 | 10010 | 10011110 | 111111 | 110011 |
Color Harmonies of #32D198
Complementary color
Monochromatic Colors of #32D198
Black with #32D198
Text Example
Text Example
White with #32D198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D198; }
p { color: rgb(50,209,152); }
H1.HeaderClassName
{
color: #32D198;
}
.AnyTagClassName
{
color: #32D198;
}
</style>
background-color css
<style>
a { background-color: #32D198; }
a { background-color: rgb(50,209,152); }
div.DivClassName
{
background-color: #32D198;
}
.BgClassName
{
background-color: #32D198;
}
</style>
border-color css
<style>
span { border-color: #32D198; }
span { border-color: rgb(50,209,152); }
td.TdClassName
{
border-color: #32D198;
}
.TagClassName
{
border-color: #32D198;
}
</style>