Shades of Shamrock #32EBAB
Tints of Shamrock #32EBAB
RGB
CMYK
RGB Variations
Color information
#32EBAB (or 0x32EBAB) is known color: Shamrock. HEX triplet: 32, EB and AB. RGB value is (50,235,171). Sum of RGB (Red+Green+Blue) = 50+235+171=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EBAB is #CD1454. Grayscale: #ACACAC. Windows color (decimal): -13440085 or 11266866. OLE color: 11266866.
HSL color Cylindrical-coordinate representation of color #32EBAB: hue angle of 159.24º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EBAB is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 171 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.08 |
| HSL | 159.24º | 0.82% | 0.56% | - |
| HSV(B) | 159.24º | 0.79% | 0.92% | - |
| XYZ | 38.37 | 63.04 | 48.67 | - |
| YUV | 172.39 | 127.21 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 171 | 0.79 | 0 | 0.27 | 0.08 | 159.24 | 0.82 | 0.56 |
| Hex | 32 | EB | AB | 4F | 0 | 1B | 8 | 9F | 52 | 38 |
| Octal | 62 | 353 | 253 | 117 | 0 | 33 | 10 | 237 | 122 | 70 |
| Binary | 110010 | 11101011 | 10101011 | 1001111 | 0 | 11011 | 1000 | 10011111 | 1010010 | 111000 |
Color Harmonies of #32EBAB
Complementary color
Monochromatic Colors of #32EBAB
Black with #32EBAB
Text Example
Text Example
White with #32EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBAB; }
p { color: rgb(50,235,171); }
H1.HeaderClassName
{
color: #32EBAB;
}
.AnyTagClassName
{
color: #32EBAB;
}
</style>
background-color css
<style>
a { background-color: #32EBAB; }
a { background-color: rgb(50,235,171); }
div.DivClassName
{
background-color: #32EBAB;
}
.BgClassName
{
background-color: #32EBAB;
}
</style>
border-color css
<style>
span { border-color: #32EBAB; }
span { border-color: rgb(50,235,171); }
td.TdClassName
{
border-color: #32EBAB;
}
.TagClassName
{
border-color: #32EBAB;
}
</style>