Shades of Shamrock #32C5AB
Tints of Shamrock #32C5AB
RGB
CMYK
RGB Variations
Color information
#32C5AB (or 0x32C5AB) is known color: Shamrock. HEX triplet: 32, C5 and AB. RGB value is (50,197,171). Sum of RGB (Red+Green+Blue) = 50+197+171=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #32C5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C5AB is #CD3A54. Grayscale: #969696. Windows color (decimal): -13449813 or 11257138. OLE color: 11257138.
HSL color Cylindrical-coordinate representation of color #32C5AB: hue angle of 169.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C5AB is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 171 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.23 |
| HSL | 169.39º | 0.6% | 0.48% | - |
| HSV(B) | 169.39º | 0.75% | 0.77% | - |
| XYZ | 28.63 | 43.55 | 45.43 | - |
| YUV | 150.08 | 139.8 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 171 | 0.75 | 0 | 0.13 | 0.23 | 169.39 | 0.6 | 0.48 |
| Hex | 32 | C5 | AB | 4B | 0 | D | 17 | A9 | 3C | 30 |
| Octal | 62 | 305 | 253 | 113 | 0 | 15 | 27 | 251 | 74 | 60 |
| Binary | 110010 | 11000101 | 10101011 | 1001011 | 0 | 1101 | 10111 | 10101001 | 111100 | 110000 |
Color Harmonies of #32C5AB
Complementary color
Monochromatic Colors of #32C5AB
Black with #32C5AB
Text Example
Text Example
White with #32C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C5AB; }
p { color: rgb(50,197,171); }
H1.HeaderClassName
{
color: #32C5AB;
}
.AnyTagClassName
{
color: #32C5AB;
}
</style>
background-color css
<style>
a { background-color: #32C5AB; }
a { background-color: rgb(50,197,171); }
div.DivClassName
{
background-color: #32C5AB;
}
.BgClassName
{
background-color: #32C5AB;
}
</style>
border-color css
<style>
span { border-color: #32C5AB; }
span { border-color: rgb(50,197,171); }
td.TdClassName
{
border-color: #32C5AB;
}
.TagClassName
{
border-color: #32C5AB;
}
</style>