Shades of Shamrock #32BB9A
Tints of Shamrock #32BB9A
RGB
CMYK
RGB Variations
Color information
#32BB9A (or 0x32BB9A) is known color: Shamrock. HEX triplet: 32, BB and 9A. RGB value is (50,187,154). Sum of RGB (Red+Green+Blue) = 50+187+154=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BB9A is #CD4465. Grayscale: #8E8E8E. Windows color (decimal): -13452390 or 10140466. OLE color: 10140466.
HSL color Cylindrical-coordinate representation of color #32BB9A: hue angle of 165.55º 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 #32BB9A is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 154 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.27 |
| HSL | 165.55º | 0.58% | 0.46% | - |
| HSV(B) | 165.55º | 0.73% | 0.73% | - |
| XYZ | 24.92 | 38.55 | 36.7 | - |
| YUV | 142.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 154 | 0.73 | 0 | 0.18 | 0.27 | 165.55 | 0.58 | 0.46 |
| Hex | 32 | BB | 9A | 49 | 0 | 12 | 1B | A6 | 3A | 2E |
| Octal | 62 | 273 | 232 | 111 | 0 | 22 | 33 | 246 | 72 | 56 |
| Binary | 110010 | 10111011 | 10011010 | 1001001 | 0 | 10010 | 11011 | 10100110 | 111010 | 101110 |
Color Harmonies of #32BB9A
Complementary color
Monochromatic Colors of #32BB9A
Black with #32BB9A
Text Example
Text Example
White with #32BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB9A; }
p { color: rgb(50,187,154); }
H1.HeaderClassName
{
color: #32BB9A;
}
.AnyTagClassName
{
color: #32BB9A;
}
</style>
background-color css
<style>
a { background-color: #32BB9A; }
a { background-color: rgb(50,187,154); }
div.DivClassName
{
background-color: #32BB9A;
}
.BgClassName
{
background-color: #32BB9A;
}
</style>
border-color css
<style>
span { border-color: #32BB9A; }
span { border-color: rgb(50,187,154); }
td.TdClassName
{
border-color: #32BB9A;
}
.TagClassName
{
border-color: #32BB9A;
}
</style>