Shades of Shamrock #32CCAA
Tints of Shamrock #32CCAA
RGB
CMYK
RGB Variations
Color information
#32CCAA (or 0x32CCAA) is known color: Shamrock. HEX triplet: 32, CC and AA. RGB value is (50,204,170). Sum of RGB (Red+Green+Blue) = 50+204+170=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #32CCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CCAA is #CD3355. Grayscale: #9A9A9A. Windows color (decimal): -13448022 or 11193394. OLE color: 11193394.
HSL color Cylindrical-coordinate representation of color #32CCAA: hue angle of 166.75º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CCAA is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 170 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.2 |
| HSL | 166.75º | 0.61% | 0.5% | - |
| HSV(B) | 166.75º | 0.75% | 0.8% | - |
| XYZ | 30.16 | 46.77 | 45.47 | - |
| YUV | 154.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 170 | 0.75 | 0 | 0.17 | 0.2 | 166.75 | 0.61 | 0.5 |
| Hex | 32 | CC | AA | 4B | 0 | 11 | 14 | A7 | 3D | 32 |
| Octal | 62 | 314 | 252 | 113 | 0 | 21 | 24 | 247 | 75 | 62 |
| Binary | 110010 | 11001100 | 10101010 | 1001011 | 0 | 10001 | 10100 | 10100111 | 111101 | 110010 |
Color Harmonies of #32CCAA
Complementary color
Monochromatic Colors of #32CCAA
Black with #32CCAA
Text Example
Text Example
White with #32CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCAA; }
p { color: rgb(50,204,170); }
H1.HeaderClassName
{
color: #32CCAA;
}
.AnyTagClassName
{
color: #32CCAA;
}
</style>
background-color css
<style>
a { background-color: #32CCAA; }
a { background-color: rgb(50,204,170); }
div.DivClassName
{
background-color: #32CCAA;
}
.BgClassName
{
background-color: #32CCAA;
}
</style>
border-color css
<style>
span { border-color: #32CCAA; }
span { border-color: rgb(50,204,170); }
td.TdClassName
{
border-color: #32CCAA;
}
.TagClassName
{
border-color: #32CCAA;
}
</style>