Shades of Shamrock #32C188
Tints of Shamrock #32C188
RGB
CMYK
RGB Variations
Color information
#32C188 (or 0x32C188) is known color: Shamrock. HEX triplet: 32, C1 and 88. RGB value is (50,193,136). Sum of RGB (Red+Green+Blue) = 50+193+136=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #32C188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C188 is #CD3E77. Grayscale: #8F8F8F. Windows color (decimal): -13450872 or 8962354. OLE color: 8962354.
HSL color Cylindrical-coordinate representation of color #32C188: hue angle of 156.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C188 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 136 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.24 |
| HSL | 156.08º | 0.59% | 0.48% | - |
| HSV(B) | 156.08º | 0.74% | 0.76% | - |
| XYZ | 24.83 | 40.6 | 29.82 | - |
| YUV | 143.75 | 123.62 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 136 | 0.74 | 0 | 0.30 | 0.24 | 156.08 | 0.59 | 0.48 |
| Hex | 32 | C1 | 88 | 4A | 0 | 1E | 18 | 9C | 3B | 30 |
| Octal | 62 | 301 | 210 | 112 | 0 | 36 | 30 | 234 | 73 | 60 |
| Binary | 110010 | 11000001 | 10001000 | 1001010 | 0 | 11110 | 11000 | 10011100 | 111011 | 110000 |
Color Harmonies of #32C188
Complementary color
Monochromatic Colors of #32C188
Black with #32C188
Text Example
Text Example
White with #32C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C188; }
p { color: rgb(50,193,136); }
H1.HeaderClassName
{
color: #32C188;
}
.AnyTagClassName
{
color: #32C188;
}
</style>
background-color css
<style>
a { background-color: #32C188; }
a { background-color: rgb(50,193,136); }
div.DivClassName
{
background-color: #32C188;
}
.BgClassName
{
background-color: #32C188;
}
</style>
border-color css
<style>
span { border-color: #32C188; }
span { border-color: rgb(50,193,136); }
td.TdClassName
{
border-color: #32C188;
}
.TagClassName
{
border-color: #32C188;
}
</style>