Shades of Shamrock #32BA9A
Tints of Shamrock #32BA9A
RGB
CMYK
RGB Variations
Color information
#32BA9A (or 0x32BA9A) is known color: Shamrock. HEX triplet: 32, BA and 9A. RGB value is (50,186,154). Sum of RGB (Red+Green+Blue) = 50+186+154=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BA9A is #CD4565. Grayscale: #8D8D8D. Windows color (decimal): -13452646 or 10140210. OLE color: 10140210.
HSL color Cylindrical-coordinate representation of color #32BA9A: hue angle of 165.88º 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 #32BA9A is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 154 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.27 |
| HSL | 165.88º | 0.58% | 0.46% | - |
| HSV(B) | 165.88º | 0.73% | 0.73% | - |
| XYZ | 24.71 | 38.13 | 36.63 | - |
| YUV | 141.69 | 134.94 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 154 | 0.73 | 0 | 0.17 | 0.27 | 165.88 | 0.58 | 0.46 |
| Hex | 32 | BA | 9A | 49 | 0 | 11 | 1B | A6 | 3A | 2E |
| Octal | 62 | 272 | 232 | 111 | 0 | 21 | 33 | 246 | 72 | 56 |
| Binary | 110010 | 10111010 | 10011010 | 1001001 | 0 | 10001 | 11011 | 10100110 | 111010 | 101110 |
Color Harmonies of #32BA9A
Complementary color
Monochromatic Colors of #32BA9A
Black with #32BA9A
Text Example
Text Example
White with #32BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA9A; }
p { color: rgb(50,186,154); }
H1.HeaderClassName
{
color: #32BA9A;
}
.AnyTagClassName
{
color: #32BA9A;
}
</style>
background-color css
<style>
a { background-color: #32BA9A; }
a { background-color: rgb(50,186,154); }
div.DivClassName
{
background-color: #32BA9A;
}
.BgClassName
{
background-color: #32BA9A;
}
</style>
border-color css
<style>
span { border-color: #32BA9A; }
span { border-color: rgb(50,186,154); }
td.TdClassName
{
border-color: #32BA9A;
}
.TagClassName
{
border-color: #32BA9A;
}
</style>