Shades of Shamrock #32CEAE
Tints of Shamrock #32CEAE
RGB
CMYK
RGB Variations
Color information
#32CEAE (or 0x32CEAE) is known color: Shamrock. HEX triplet: 32, CE and AE. RGB value is (50,206,174). Sum of RGB (Red+Green+Blue) = 50+206+174=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CEAE is #CD3151. Grayscale: #9B9B9B. Windows color (decimal): -13447506 or 11456050. OLE color: 11456050.
HSL color Cylindrical-coordinate representation of color #32CEAE: hue angle of 167.69º 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 #32CEAE is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 174 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.19 |
| HSL | 167.69º | 0.61% | 0.5% | - |
| HSV(B) | 167.69º | 0.76% | 0.81% | - |
| XYZ | 31.03 | 47.88 | 47.65 | - |
| YUV | 155.71 | 138.32 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 174 | 0.76 | 0 | 0.16 | 0.19 | 167.69 | 0.61 | 0.5 |
| Hex | 32 | CE | AE | 4C | 0 | 10 | 13 | A8 | 3D | 32 |
| Octal | 62 | 316 | 256 | 114 | 0 | 20 | 23 | 250 | 75 | 62 |
| Binary | 110010 | 11001110 | 10101110 | 1001100 | 0 | 10000 | 10011 | 10101000 | 111101 | 110010 |
Color Harmonies of #32CEAE
Complementary color
Monochromatic Colors of #32CEAE
Black with #32CEAE
Text Example
Text Example
White with #32CEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEAE; }
p { color: rgb(50,206,174); }
H1.HeaderClassName
{
color: #32CEAE;
}
.AnyTagClassName
{
color: #32CEAE;
}
</style>
background-color css
<style>
a { background-color: #32CEAE; }
a { background-color: rgb(50,206,174); }
div.DivClassName
{
background-color: #32CEAE;
}
.BgClassName
{
background-color: #32CEAE;
}
</style>
border-color css
<style>
span { border-color: #32CEAE; }
span { border-color: rgb(50,206,174); }
td.TdClassName
{
border-color: #32CEAE;
}
.TagClassName
{
border-color: #32CEAE;
}
</style>