Shades of Shamrock #32CE98
Tints of Shamrock #32CE98
RGB
CMYK
RGB Variations
Color information
#32CE98 (or 0x32CE98) is known color: Shamrock. HEX triplet: 32, CE and 98. RGB value is (50,206,152). Sum of RGB (Red+Green+Blue) = 50+206+152=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CE98 is #CD3167. Grayscale: #999999. Windows color (decimal): -13447528 or 10014258. OLE color: 10014258.
HSL color Cylindrical-coordinate representation of color #32CE98: hue angle of 159.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE98 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 152 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.19 |
| HSL | 159.23º | 0.61% | 0.5% | - |
| HSV(B) | 159.23º | 0.76% | 0.81% | - |
| XYZ | 29.05 | 47.09 | 37.26 | - |
| YUV | 153.2 | 127.32 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 152 | 0.76 | 0 | 0.26 | 0.19 | 159.23 | 0.61 | 0.5 |
| Hex | 32 | CE | 98 | 4C | 0 | 1A | 13 | 9F | 3D | 32 |
| Octal | 62 | 316 | 230 | 114 | 0 | 32 | 23 | 237 | 75 | 62 |
| Binary | 110010 | 11001110 | 10011000 | 1001100 | 0 | 11010 | 10011 | 10011111 | 111101 | 110010 |
Color Harmonies of #32CE98
Complementary color
Monochromatic Colors of #32CE98
Black with #32CE98
Text Example
Text Example
White with #32CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE98; }
p { color: rgb(50,206,152); }
H1.HeaderClassName
{
color: #32CE98;
}
.AnyTagClassName
{
color: #32CE98;
}
</style>
background-color css
<style>
a { background-color: #32CE98; }
a { background-color: rgb(50,206,152); }
div.DivClassName
{
background-color: #32CE98;
}
.BgClassName
{
background-color: #32CE98;
}
</style>
border-color css
<style>
span { border-color: #32CE98; }
span { border-color: rgb(50,206,152); }
td.TdClassName
{
border-color: #32CE98;
}
.TagClassName
{
border-color: #32CE98;
}
</style>