Shades of Shamrock #32BE93
Tints of Shamrock #32BE93
RGB
CMYK
RGB Variations
Color information
#32BE93 (or 0x32BE93) is known color: Shamrock. HEX triplet: 32, BE and 93. RGB value is (50,190,147). Sum of RGB (Red+Green+Blue) = 50+190+147=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BE93 is #CD416C. Grayscale: #8F8F8F. Windows color (decimal): -13451629 or 9682482. OLE color: 9682482.
HSL color Cylindrical-coordinate representation of color #32BE93: hue angle of 161.57º 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 #32BE93 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 147 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.25 |
| HSL | 161.57º | 0.58% | 0.47% | - |
| HSV(B) | 161.57º | 0.74% | 0.75% | - |
| XYZ | 25 | 39.61 | 33.93 | - |
| YUV | 143.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 147 | 0.74 | 0 | 0.23 | 0.25 | 161.57 | 0.58 | 0.47 |
| Hex | 32 | BE | 93 | 4A | 0 | 17 | 19 | A2 | 3A | 2F |
| Octal | 62 | 276 | 223 | 112 | 0 | 27 | 31 | 242 | 72 | 57 |
| Binary | 110010 | 10111110 | 10010011 | 1001010 | 0 | 10111 | 11001 | 10100010 | 111010 | 101111 |
Color Harmonies of #32BE93
Complementary color
Monochromatic Colors of #32BE93
Black with #32BE93
Text Example
Text Example
White with #32BE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE93; }
p { color: rgb(50,190,147); }
H1.HeaderClassName
{
color: #32BE93;
}
.AnyTagClassName
{
color: #32BE93;
}
</style>
background-color css
<style>
a { background-color: #32BE93; }
a { background-color: rgb(50,190,147); }
div.DivClassName
{
background-color: #32BE93;
}
.BgClassName
{
background-color: #32BE93;
}
</style>
border-color css
<style>
span { border-color: #32BE93; }
span { border-color: rgb(50,190,147); }
td.TdClassName
{
border-color: #32BE93;
}
.TagClassName
{
border-color: #32BE93;
}
</style>