Shades of Shamrock #32CEAA
Tints of Shamrock #32CEAA
RGB
CMYK
RGB Variations
Color information
#32CEAA (or 0x32CEAA) is known color: Shamrock. HEX triplet: 32, CE and AA. RGB value is (50,206,170). Sum of RGB (Red+Green+Blue) = 50+206+170=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CEAA is #CD3155. Grayscale: #9B9B9B. Windows color (decimal): -13447510 or 11193906. OLE color: 11193906.
HSL color Cylindrical-coordinate representation of color #32CEAA: hue angle of 166.15º 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 #32CEAA is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 170 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.19 |
| HSL | 166.15º | 0.61% | 0.5% | - |
| HSV(B) | 166.15º | 0.76% | 0.81% | - |
| XYZ | 30.64 | 47.72 | 45.63 | - |
| YUV | 155.25 | 136.32 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 170 | 0.76 | 0 | 0.17 | 0.19 | 166.15 | 0.61 | 0.5 |
| Hex | 32 | CE | AA | 4C | 0 | 11 | 13 | A6 | 3D | 32 |
| Octal | 62 | 316 | 252 | 114 | 0 | 21 | 23 | 246 | 75 | 62 |
| Binary | 110010 | 11001110 | 10101010 | 1001100 | 0 | 10001 | 10011 | 10100110 | 111101 | 110010 |
Color Harmonies of #32CEAA
Complementary color
Monochromatic Colors of #32CEAA
Black with #32CEAA
Text Example
Text Example
White with #32CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEAA; }
p { color: rgb(50,206,170); }
H1.HeaderClassName
{
color: #32CEAA;
}
.AnyTagClassName
{
color: #32CEAA;
}
</style>
background-color css
<style>
a { background-color: #32CEAA; }
a { background-color: rgb(50,206,170); }
div.DivClassName
{
background-color: #32CEAA;
}
.BgClassName
{
background-color: #32CEAA;
}
</style>
border-color css
<style>
span { border-color: #32CEAA; }
span { border-color: rgb(50,206,170); }
td.TdClassName
{
border-color: #32CEAA;
}
.TagClassName
{
border-color: #32CEAA;
}
</style>