Shades of Shamrock #32EBA1
Tints of Shamrock #32EBA1
RGB
CMYK
RGB Variations
Color information
#32EBA1 (or 0x32EBA1) is known color: Shamrock. HEX triplet: 32, EB and A1. RGB value is (50,235,161). Sum of RGB (Red+Green+Blue) = 50+235+161=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EBA1 is #CD145E. Grayscale: #ABABAB. Windows color (decimal): -13440095 or 10611506. OLE color: 10611506.
HSL color Cylindrical-coordinate representation of color #32EBA1: hue angle of 156º 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 #32EBA1 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 161 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.08 |
| HSL | 156º | 0.82% | 0.56% | - |
| HSV(B) | 156º | 0.79% | 0.92% | - |
| XYZ | 37.46 | 62.67 | 43.84 | - |
| YUV | 171.25 | 122.21 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 161 | 0.79 | 0 | 0.31 | 0.08 | 156 | 0.82 | 0.56 |
| Hex | 32 | EB | A1 | 4F | 0 | 1F | 8 | 9C | 52 | 38 |
| Octal | 62 | 353 | 241 | 117 | 0 | 37 | 10 | 234 | 122 | 70 |
| Binary | 110010 | 11101011 | 10100001 | 1001111 | 0 | 11111 | 1000 | 10011100 | 1010010 | 111000 |
Color Harmonies of #32EBA1
Complementary color
Monochromatic Colors of #32EBA1
Black with #32EBA1
Text Example
Text Example
White with #32EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBA1; }
p { color: rgb(50,235,161); }
H1.HeaderClassName
{
color: #32EBA1;
}
.AnyTagClassName
{
color: #32EBA1;
}
</style>
background-color css
<style>
a { background-color: #32EBA1; }
a { background-color: rgb(50,235,161); }
div.DivClassName
{
background-color: #32EBA1;
}
.BgClassName
{
background-color: #32EBA1;
}
</style>
border-color css
<style>
span { border-color: #32EBA1; }
span { border-color: rgb(50,235,161); }
td.TdClassName
{
border-color: #32EBA1;
}
.TagClassName
{
border-color: #32EBA1;
}
</style>