Shades of Shamrock #32EEAB
Tints of Shamrock #32EEAB
RGB
CMYK
RGB Variations
Color information
#32EEAB (or 0x32EEAB) is known color: Shamrock. HEX triplet: 32, EE and AB. RGB value is (50,238,171). Sum of RGB (Red+Green+Blue) = 50+238+171=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EEAB is #CD1154. Grayscale: #AEAEAE. Windows color (decimal): -13439317 or 11267634. OLE color: 11267634.
HSL color Cylindrical-coordinate representation of color #32EEAB: hue angle of 158.62º degrees, saturation: 0.85, 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 #32EEAB is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 171 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.07 |
| HSL | 158.62º | 0.85% | 0.56% | - |
| HSV(B) | 158.62º | 0.79% | 0.93% | - |
| XYZ | 39.24 | 64.77 | 48.96 | - |
| YUV | 174.15 | 126.22 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 171 | 0.79 | 0 | 0.28 | 0.07 | 158.62 | 0.85 | 0.56 |
| Hex | 32 | EE | AB | 4F | 0 | 1C | 7 | 9F | 55 | 38 |
| Octal | 62 | 356 | 253 | 117 | 0 | 34 | 7 | 237 | 125 | 70 |
| Binary | 110010 | 11101110 | 10101011 | 1001111 | 0 | 11100 | 111 | 10011111 | 1010101 | 111000 |
Color Harmonies of #32EEAB
Complementary color
Monochromatic Colors of #32EEAB
Black with #32EEAB
Text Example
Text Example
White with #32EEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEAB; }
p { color: rgb(50,238,171); }
H1.HeaderClassName
{
color: #32EEAB;
}
.AnyTagClassName
{
color: #32EEAB;
}
</style>
background-color css
<style>
a { background-color: #32EEAB; }
a { background-color: rgb(50,238,171); }
div.DivClassName
{
background-color: #32EEAB;
}
.BgClassName
{
background-color: #32EEAB;
}
</style>
border-color css
<style>
span { border-color: #32EEAB; }
span { border-color: rgb(50,238,171); }
td.TdClassName
{
border-color: #32EEAB;
}
.TagClassName
{
border-color: #32EEAB;
}
</style>