Shades of Shamrock #32EDA6
Tints of Shamrock #32EDA6
RGB
CMYK
RGB Variations
Color information
#32EDA6 (or 0x32EDA6) is known color: Shamrock. HEX triplet: 32, ED and A6. RGB value is (50,237,166). Sum of RGB (Red+Green+Blue) = 50+237+166=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EDA6 is #CD1259. Grayscale: #ADADAD. Windows color (decimal): -13439578 or 10939698. OLE color: 10939698.
HSL color Cylindrical-coordinate representation of color #32EDA6: hue angle of 157.22º 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 #32EDA6 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 166 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.07 |
| HSL | 157.22º | 0.84% | 0.56% | - |
| HSV(B) | 157.22º | 0.79% | 0.93% | - |
| XYZ | 38.48 | 64 | 46.4 | - |
| YUV | 172.99 | 124.05 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 166 | 0.79 | 0 | 0.30 | 0.07 | 157.22 | 0.84 | 0.56 |
| Hex | 32 | ED | A6 | 4F | 0 | 1E | 7 | 9D | 54 | 38 |
| Octal | 62 | 355 | 246 | 117 | 0 | 36 | 7 | 235 | 124 | 70 |
| Binary | 110010 | 11101101 | 10100110 | 1001111 | 0 | 11110 | 111 | 10011101 | 1010100 | 111000 |
Color Harmonies of #32EDA6
Complementary color
Monochromatic Colors of #32EDA6
Black with #32EDA6
Text Example
Text Example
White with #32EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDA6; }
p { color: rgb(50,237,166); }
H1.HeaderClassName
{
color: #32EDA6;
}
.AnyTagClassName
{
color: #32EDA6;
}
</style>
background-color css
<style>
a { background-color: #32EDA6; }
a { background-color: rgb(50,237,166); }
div.DivClassName
{
background-color: #32EDA6;
}
.BgClassName
{
background-color: #32EDA6;
}
</style>
border-color css
<style>
span { border-color: #32EDA6; }
span { border-color: rgb(50,237,166); }
td.TdClassName
{
border-color: #32EDA6;
}
.TagClassName
{
border-color: #32EDA6;
}
</style>