Shades of Shamrock #32CEA7
Tints of Shamrock #32CEA7
RGB
CMYK
RGB Variations
Color information
#32CEA7 (or 0x32CEA7) is known color: Shamrock. HEX triplet: 32, CE and A7. RGB value is (50,206,167). Sum of RGB (Red+Green+Blue) = 50+206+167=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CEA7 is #CD3158. Grayscale: #9A9A9A. Windows color (decimal): -13447513 or 10997298. OLE color: 10997298.
HSL color Cylindrical-coordinate representation of color #32CEA7: hue angle of 165º 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 #32CEA7 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 167 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.19 |
| HSL | 165º | 0.61% | 0.5% | - |
| HSV(B) | 165º | 0.76% | 0.81% | - |
| XYZ | 30.36 | 47.61 | 44.15 | - |
| YUV | 154.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 167 | 0.76 | 0 | 0.19 | 0.19 | 165 | 0.61 | 0.5 |
| Hex | 32 | CE | A7 | 4C | 0 | 13 | 13 | A5 | 3D | 32 |
| Octal | 62 | 316 | 247 | 114 | 0 | 23 | 23 | 245 | 75 | 62 |
| Binary | 110010 | 11001110 | 10100111 | 1001100 | 0 | 10011 | 10011 | 10100101 | 111101 | 110010 |
Color Harmonies of #32CEA7
Complementary color
Monochromatic Colors of #32CEA7
Black with #32CEA7
Text Example
Text Example
White with #32CEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEA7; }
p { color: rgb(50,206,167); }
H1.HeaderClassName
{
color: #32CEA7;
}
.AnyTagClassName
{
color: #32CEA7;
}
</style>
background-color css
<style>
a { background-color: #32CEA7; }
a { background-color: rgb(50,206,167); }
div.DivClassName
{
background-color: #32CEA7;
}
.BgClassName
{
background-color: #32CEA7;
}
</style>
border-color css
<style>
span { border-color: #32CEA7; }
span { border-color: rgb(50,206,167); }
td.TdClassName
{
border-color: #32CEA7;
}
.TagClassName
{
border-color: #32CEA7;
}
</style>