Shades of Shamrock #32CDAB
Tints of Shamrock #32CDAB
RGB
CMYK
RGB Variations
Color information
#32CDAB (or 0x32CDAB) is known color: Shamrock. HEX triplet: 32, CD and AB. RGB value is (50,205,171). Sum of RGB (Red+Green+Blue) = 50+205+171=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CDAB is #CD3254. Grayscale: #9A9A9A. Windows color (decimal): -13447765 or 11259186. OLE color: 11259186.
HSL color Cylindrical-coordinate representation of color #32CDAB: hue angle of 166.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CDAB is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 171 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.20 |
| HSL | 166.84º | 0.61% | 0.5% | - |
| HSV(B) | 166.84º | 0.76% | 0.8% | - |
| XYZ | 30.5 | 47.28 | 46.05 | - |
| YUV | 154.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 171 | 0.76 | 0 | 0.17 | 0.20 | 166.84 | 0.61 | 0.5 |
| Hex | 32 | CD | AB | 4C | 0 | 11 | 14 | A7 | 3D | 32 |
| Octal | 62 | 315 | 253 | 114 | 0 | 21 | 24 | 247 | 75 | 62 |
| Binary | 110010 | 11001101 | 10101011 | 1001100 | 0 | 10001 | 10100 | 10100111 | 111101 | 110010 |
Color Harmonies of #32CDAB
Complementary color
Monochromatic Colors of #32CDAB
Black with #32CDAB
Text Example
Text Example
White with #32CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDAB; }
p { color: rgb(50,205,171); }
H1.HeaderClassName
{
color: #32CDAB;
}
.AnyTagClassName
{
color: #32CDAB;
}
</style>
background-color css
<style>
a { background-color: #32CDAB; }
a { background-color: rgb(50,205,171); }
div.DivClassName
{
background-color: #32CDAB;
}
.BgClassName
{
background-color: #32CDAB;
}
</style>
border-color css
<style>
span { border-color: #32CDAB; }
span { border-color: rgb(50,205,171); }
td.TdClassName
{
border-color: #32CDAB;
}
.TagClassName
{
border-color: #32CDAB;
}
</style>