Shades of Shamrock #32EDAB
Tints of Shamrock #32EDAB
RGB
CMYK
RGB Variations
Color information
#32EDAB (or 0x32EDAB) is known color: Shamrock. HEX triplet: 32, ED and AB. RGB value is (50,237,171). Sum of RGB (Red+Green+Blue) = 50+237+171=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EDAB is #CD1254. Grayscale: #ADADAD. Windows color (decimal): -13439573 or 11267378. OLE color: 11267378.
HSL color Cylindrical-coordinate representation of color #32EDAB: hue angle of 158.82º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EDAB is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 171 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.07 |
| HSL | 158.82º | 0.84% | 0.56% | - |
| HSV(B) | 158.82º | 0.79% | 0.93% | - |
| XYZ | 38.95 | 64.19 | 48.86 | - |
| YUV | 173.56 | 126.55 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 171 | 0.79 | 0 | 0.28 | 0.07 | 158.82 | 0.84 | 0.56 |
| Hex | 32 | ED | AB | 4F | 0 | 1C | 7 | 9F | 54 | 38 |
| Octal | 62 | 355 | 253 | 117 | 0 | 34 | 7 | 237 | 124 | 70 |
| Binary | 110010 | 11101101 | 10101011 | 1001111 | 0 | 11100 | 111 | 10011111 | 1010100 | 111000 |
Color Harmonies of #32EDAB
Complementary color
Monochromatic Colors of #32EDAB
Black with #32EDAB
Text Example
Text Example
White with #32EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDAB; }
p { color: rgb(50,237,171); }
H1.HeaderClassName
{
color: #32EDAB;
}
.AnyTagClassName
{
color: #32EDAB;
}
</style>
background-color css
<style>
a { background-color: #32EDAB; }
a { background-color: rgb(50,237,171); }
div.DivClassName
{
background-color: #32EDAB;
}
.BgClassName
{
background-color: #32EDAB;
}
</style>
border-color css
<style>
span { border-color: #32EDAB; }
span { border-color: rgb(50,237,171); }
td.TdClassName
{
border-color: #32EDAB;
}
.TagClassName
{
border-color: #32EDAB;
}
</style>