Shades of Shamrock #32BA97
Tints of Shamrock #32BA97
RGB
CMYK
RGB Variations
Color information
#32BA97 (or 0x32BA97) is known color: Shamrock. HEX triplet: 32, BA and 97. RGB value is (50,186,151). Sum of RGB (Red+Green+Blue) = 50+186+151=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BA97 is #CD4568. Grayscale: #8D8D8D. Windows color (decimal): -13452649 or 9943602. OLE color: 9943602.
HSL color Cylindrical-coordinate representation of color #32BA97: hue angle of 164.56º 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 #32BA97 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 151 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.27 |
| HSL | 164.56º | 0.58% | 0.46% | - |
| HSV(B) | 164.56º | 0.73% | 0.73% | - |
| XYZ | 24.46 | 38.03 | 35.33 | - |
| YUV | 141.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 151 | 0.73 | 0 | 0.19 | 0.27 | 164.56 | 0.58 | 0.46 |
| Hex | 32 | BA | 97 | 49 | 0 | 13 | 1B | A5 | 3A | 2E |
| Octal | 62 | 272 | 227 | 111 | 0 | 23 | 33 | 245 | 72 | 56 |
| Binary | 110010 | 10111010 | 10010111 | 1001001 | 0 | 10011 | 11011 | 10100101 | 111010 | 101110 |
Color Harmonies of #32BA97
Complementary color
Monochromatic Colors of #32BA97
Black with #32BA97
Text Example
Text Example
White with #32BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA97; }
p { color: rgb(50,186,151); }
H1.HeaderClassName
{
color: #32BA97;
}
.AnyTagClassName
{
color: #32BA97;
}
</style>
background-color css
<style>
a { background-color: #32BA97; }
a { background-color: rgb(50,186,151); }
div.DivClassName
{
background-color: #32BA97;
}
.BgClassName
{
background-color: #32BA97;
}
</style>
border-color css
<style>
span { border-color: #32BA97; }
span { border-color: rgb(50,186,151); }
td.TdClassName
{
border-color: #32BA97;
}
.TagClassName
{
border-color: #32BA97;
}
</style>