Shades of Shamrock #32BA93
Tints of Shamrock #32BA93
RGB
CMYK
RGB Variations
Color information
#32BA93 (or 0x32BA93) is known color: Shamrock. HEX triplet: 32, BA and 93. RGB value is (50,186,147). Sum of RGB (Red+Green+Blue) = 50+186+147=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BA93 is #CD456C. Grayscale: #8C8C8C. Windows color (decimal): -13452653 or 9681458. OLE color: 9681458.
HSL color Cylindrical-coordinate representation of color #32BA93: hue angle of 162.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA93 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 147 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.27 |
| HSL | 162.79º | 0.58% | 0.46% | - |
| HSV(B) | 162.79º | 0.73% | 0.73% | - |
| XYZ | 24.14 | 37.9 | 33.65 | - |
| YUV | 140.89 | 131.44 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 147 | 0.73 | 0 | 0.21 | 0.27 | 162.79 | 0.58 | 0.46 |
| Hex | 32 | BA | 93 | 49 | 0 | 15 | 1B | A3 | 3A | 2E |
| Octal | 62 | 272 | 223 | 111 | 0 | 25 | 33 | 243 | 72 | 56 |
| Binary | 110010 | 10111010 | 10010011 | 1001001 | 0 | 10101 | 11011 | 10100011 | 111010 | 101110 |
Color Harmonies of #32BA93
Complementary color
Monochromatic Colors of #32BA93
Black with #32BA93
Text Example
Text Example
White with #32BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA93; }
p { color: rgb(50,186,147); }
H1.HeaderClassName
{
color: #32BA93;
}
.AnyTagClassName
{
color: #32BA93;
}
</style>
background-color css
<style>
a { background-color: #32BA93; }
a { background-color: rgb(50,186,147); }
div.DivClassName
{
background-color: #32BA93;
}
.BgClassName
{
background-color: #32BA93;
}
</style>
border-color css
<style>
span { border-color: #32BA93; }
span { border-color: rgb(50,186,147); }
td.TdClassName
{
border-color: #32BA93;
}
.TagClassName
{
border-color: #32BA93;
}
</style>