Shades of Shamrock #32EBA4
Tints of Shamrock #32EBA4
RGB
CMYK
RGB Variations
Color information
#32EBA4 (or 0x32EBA4) is known color: Shamrock. HEX triplet: 32, EB and A4. RGB value is (50,235,164). Sum of RGB (Red+Green+Blue) = 50+235+164=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EBA4 is #CD145B. Grayscale: #ABABAB. Windows color (decimal): -13440092 or 10808114. OLE color: 10808114.
HSL color Cylindrical-coordinate representation of color #32EBA4: hue angle of 156.97º 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 #32EBA4 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 164 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.08 |
| HSL | 156.97º | 0.82% | 0.56% | - |
| HSV(B) | 156.97º | 0.79% | 0.92% | - |
| XYZ | 37.72 | 62.78 | 45.25 | - |
| YUV | 171.59 | 123.71 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 164 | 0.79 | 0 | 0.30 | 0.08 | 156.97 | 0.82 | 0.56 |
| Hex | 32 | EB | A4 | 4F | 0 | 1E | 8 | 9D | 52 | 38 |
| Octal | 62 | 353 | 244 | 117 | 0 | 36 | 10 | 235 | 122 | 70 |
| Binary | 110010 | 11101011 | 10100100 | 1001111 | 0 | 11110 | 1000 | 10011101 | 1010010 | 111000 |
Color Harmonies of #32EBA4
Complementary color
Monochromatic Colors of #32EBA4
Black with #32EBA4
Text Example
Text Example
White with #32EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBA4; }
p { color: rgb(50,235,164); }
H1.HeaderClassName
{
color: #32EBA4;
}
.AnyTagClassName
{
color: #32EBA4;
}
</style>
background-color css
<style>
a { background-color: #32EBA4; }
a { background-color: rgb(50,235,164); }
div.DivClassName
{
background-color: #32EBA4;
}
.BgClassName
{
background-color: #32EBA4;
}
</style>
border-color css
<style>
span { border-color: #32EBA4; }
span { border-color: rgb(50,235,164); }
td.TdClassName
{
border-color: #32EBA4;
}
.TagClassName
{
border-color: #32EBA4;
}
</style>