Shades of Shamrock #32BC9C
Tints of Shamrock #32BC9C
RGB
CMYK
RGB Variations
Color information
#32BC9C (or 0x32BC9C) is known color: Shamrock. HEX triplet: 32, BC and 9C. RGB value is (50,188,156). Sum of RGB (Red+Green+Blue) = 50+188+156=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC9C is #CD4363. Grayscale: #8F8F8F. Windows color (decimal): -13452132 or 10271794. OLE color: 10271794.
HSL color Cylindrical-coordinate representation of color #32BC9C: hue angle of 166.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC9C is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 156 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.26 |
| HSL | 166.09º | 0.58% | 0.47% | - |
| HSV(B) | 166.09º | 0.73% | 0.74% | - |
| XYZ | 25.3 | 39.04 | 37.66 | - |
| YUV | 143.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 156 | 0.73 | 0 | 0.17 | 0.26 | 166.09 | 0.58 | 0.47 |
| Hex | 32 | BC | 9C | 49 | 0 | 11 | 1A | A6 | 3A | 2F |
| Octal | 62 | 274 | 234 | 111 | 0 | 21 | 32 | 246 | 72 | 57 |
| Binary | 110010 | 10111100 | 10011100 | 1001001 | 0 | 10001 | 11010 | 10100110 | 111010 | 101111 |
Color Harmonies of #32BC9C
Complementary color
Monochromatic Colors of #32BC9C
Black with #32BC9C
Text Example
Text Example
White with #32BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC9C; }
p { color: rgb(50,188,156); }
H1.HeaderClassName
{
color: #32BC9C;
}
.AnyTagClassName
{
color: #32BC9C;
}
</style>
background-color css
<style>
a { background-color: #32BC9C; }
a { background-color: rgb(50,188,156); }
div.DivClassName
{
background-color: #32BC9C;
}
.BgClassName
{
background-color: #32BC9C;
}
</style>
border-color css
<style>
span { border-color: #32BC9C; }
span { border-color: rgb(50,188,156); }
td.TdClassName
{
border-color: #32BC9C;
}
.TagClassName
{
border-color: #32BC9C;
}
</style>