Shades of Shamrock #32C89F
Tints of Shamrock #32C89F
RGB
CMYK
RGB Variations
Color information
#32C89F (or 0x32C89F) is known color: Shamrock. HEX triplet: 32, C8 and 9F. RGB value is (50,200,159). Sum of RGB (Red+Green+Blue) = 50+200+159=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #32C89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C89F is #CD3760. Grayscale: #969696. Windows color (decimal): -13449057 or 10471474. OLE color: 10471474.
HSL color Cylindrical-coordinate representation of color #32C89F: hue angle of 163.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C89F is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 159 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.22 |
| HSL | 163.6º | 0.6% | 0.49% | - |
| HSV(B) | 163.6º | 0.75% | 0.78% | - |
| XYZ | 28.23 | 44.49 | 39.9 | - |
| YUV | 150.48 | 132.81 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 159 | 0.75 | 0 | 0.20 | 0.22 | 163.6 | 0.6 | 0.49 |
| Hex | 32 | C8 | 9F | 4B | 0 | 14 | 16 | A4 | 3C | 31 |
| Octal | 62 | 310 | 237 | 113 | 0 | 24 | 26 | 244 | 74 | 61 |
| Binary | 110010 | 11001000 | 10011111 | 1001011 | 0 | 10100 | 10110 | 10100100 | 111100 | 110001 |
Color Harmonies of #32C89F
Complementary color
Monochromatic Colors of #32C89F
Black with #32C89F
Text Example
Text Example
White with #32C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C89F; }
p { color: rgb(50,200,159); }
H1.HeaderClassName
{
color: #32C89F;
}
.AnyTagClassName
{
color: #32C89F;
}
</style>
background-color css
<style>
a { background-color: #32C89F; }
a { background-color: rgb(50,200,159); }
div.DivClassName
{
background-color: #32C89F;
}
.BgClassName
{
background-color: #32C89F;
}
</style>
border-color css
<style>
span { border-color: #32C89F; }
span { border-color: rgb(50,200,159); }
td.TdClassName
{
border-color: #32C89F;
}
.TagClassName
{
border-color: #32C89F;
}
</style>