Shades of Shamrock #32BE99
Tints of Shamrock #32BE99
RGB
CMYK
RGB Variations
Color information
#32BE99 (or 0x32BE99) is known color: Shamrock. HEX triplet: 32, BE and 99. RGB value is (50,190,153). Sum of RGB (Red+Green+Blue) = 50+190+153=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BE99 is #CD4166. Grayscale: #8F8F8F. Windows color (decimal): -13451623 or 10075698. OLE color: 10075698.
HSL color Cylindrical-coordinate representation of color #32BE99: hue angle of 164.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BE99 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 153 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.25 |
| HSL | 164.14º | 0.58% | 0.47% | - |
| HSV(B) | 164.14º | 0.74% | 0.75% | - |
| XYZ | 25.48 | 39.8 | 36.48 | - |
| YUV | 143.92 | 133.12 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 153 | 0.74 | 0 | 0.19 | 0.25 | 164.14 | 0.58 | 0.47 |
| Hex | 32 | BE | 99 | 4A | 0 | 13 | 19 | A4 | 3A | 2F |
| Octal | 62 | 276 | 231 | 112 | 0 | 23 | 31 | 244 | 72 | 57 |
| Binary | 110010 | 10111110 | 10011001 | 1001010 | 0 | 10011 | 11001 | 10100100 | 111010 | 101111 |
Color Harmonies of #32BE99
Complementary color
Monochromatic Colors of #32BE99
Black with #32BE99
Text Example
Text Example
White with #32BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE99; }
p { color: rgb(50,190,153); }
H1.HeaderClassName
{
color: #32BE99;
}
.AnyTagClassName
{
color: #32BE99;
}
</style>
background-color css
<style>
a { background-color: #32BE99; }
a { background-color: rgb(50,190,153); }
div.DivClassName
{
background-color: #32BE99;
}
.BgClassName
{
background-color: #32BE99;
}
</style>
border-color css
<style>
span { border-color: #32BE99; }
span { border-color: rgb(50,190,153); }
td.TdClassName
{
border-color: #32BE99;
}
.TagClassName
{
border-color: #32BE99;
}
</style>