Shades of Shamrock #32BE8D
Tints of Shamrock #32BE8D
RGB
CMYK
RGB Variations
Color information
#32BE8D (or 0x32BE8D) is known color: Shamrock. HEX triplet: 32, BE and 8D. RGB value is (50,190,141). Sum of RGB (Red+Green+Blue) = 50+190+141=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BE8D is #CD4172. Grayscale: #8E8E8E. Windows color (decimal): -13451635 or 9289266. OLE color: 9289266.
HSL color Cylindrical-coordinate representation of color #32BE8D: hue angle of 159º 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 #32BE8D is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 141 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.25 |
| HSL | 159º | 0.58% | 0.47% | - |
| HSV(B) | 159º | 0.74% | 0.75% | - |
| XYZ | 24.54 | 39.43 | 31.52 | - |
| YUV | 142.55 | 127.12 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 141 | 0.74 | 0 | 0.26 | 0.25 | 159 | 0.58 | 0.47 |
| Hex | 32 | BE | 8D | 4A | 0 | 1A | 19 | 9F | 3A | 2F |
| Octal | 62 | 276 | 215 | 112 | 0 | 32 | 31 | 237 | 72 | 57 |
| Binary | 110010 | 10111110 | 10001101 | 1001010 | 0 | 11010 | 11001 | 10011111 | 111010 | 101111 |
Color Harmonies of #32BE8D
Complementary color
Monochromatic Colors of #32BE8D
Black with #32BE8D
Text Example
Text Example
White with #32BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE8D; }
p { color: rgb(50,190,141); }
H1.HeaderClassName
{
color: #32BE8D;
}
.AnyTagClassName
{
color: #32BE8D;
}
</style>
background-color css
<style>
a { background-color: #32BE8D; }
a { background-color: rgb(50,190,141); }
div.DivClassName
{
background-color: #32BE8D;
}
.BgClassName
{
background-color: #32BE8D;
}
</style>
border-color css
<style>
span { border-color: #32BE8D; }
span { border-color: rgb(50,190,141); }
td.TdClassName
{
border-color: #32BE8D;
}
.TagClassName
{
border-color: #32BE8D;
}
</style>