Shades of Shamrock #32CEAB
Tints of Shamrock #32CEAB
RGB
CMYK
RGB Variations
Color information
#32CEAB (or 0x32CEAB) is known color: Shamrock. HEX triplet: 32, CE and AB. RGB value is (50,206,171). Sum of RGB (Red+Green+Blue) = 50+206+171=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CEAB is #CD3154. Grayscale: #9B9B9B. Windows color (decimal): -13447509 or 11259442. OLE color: 11259442.
HSL color Cylindrical-coordinate representation of color #32CEAB: hue angle of 166.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CEAB is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 171 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.19 |
| HSL | 166.54º | 0.61% | 0.5% | - |
| HSV(B) | 166.54º | 0.76% | 0.81% | - |
| XYZ | 30.74 | 47.76 | 46.13 | - |
| YUV | 155.37 | 136.82 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 171 | 0.76 | 0 | 0.17 | 0.19 | 166.54 | 0.61 | 0.5 |
| Hex | 32 | CE | AB | 4C | 0 | 11 | 13 | A7 | 3D | 32 |
| Octal | 62 | 316 | 253 | 114 | 0 | 21 | 23 | 247 | 75 | 62 |
| Binary | 110010 | 11001110 | 10101011 | 1001100 | 0 | 10001 | 10011 | 10100111 | 111101 | 110010 |
Color Harmonies of #32CEAB
Complementary color
Monochromatic Colors of #32CEAB
Black with #32CEAB
Text Example
Text Example
White with #32CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEAB; }
p { color: rgb(50,206,171); }
H1.HeaderClassName
{
color: #32CEAB;
}
.AnyTagClassName
{
color: #32CEAB;
}
</style>
background-color css
<style>
a { background-color: #32CEAB; }
a { background-color: rgb(50,206,171); }
div.DivClassName
{
background-color: #32CEAB;
}
.BgClassName
{
background-color: #32CEAB;
}
</style>
border-color css
<style>
span { border-color: #32CEAB; }
span { border-color: rgb(50,206,171); }
td.TdClassName
{
border-color: #32CEAB;
}
.TagClassName
{
border-color: #32CEAB;
}
</style>