Shades of Shamrock #32EBA5
Tints of Shamrock #32EBA5
RGB
CMYK
RGB Variations
Color information
#32EBA5 (or 0x32EBA5) is known color: Shamrock. HEX triplet: 32, EB and A5. RGB value is (50,235,165). Sum of RGB (Red+Green+Blue) = 50+235+165=450 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.11% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EBA5 is #CD145A. Grayscale: #ABABAB. Windows color (decimal): -13440091 or 10873650. OLE color: 10873650.
HSL color Cylindrical-coordinate representation of color #32EBA5: hue angle of 157.3º 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 #32EBA5 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 165 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.08 |
| HSL | 157.3º | 0.82% | 0.56% | - |
| HSV(B) | 157.3º | 0.79% | 0.92% | - |
| XYZ | 37.82 | 62.81 | 45.73 | - |
| YUV | 171.71 | 124.21 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 165 | 0.79 | 0 | 0.30 | 0.08 | 157.3 | 0.82 | 0.56 |
| Hex | 32 | EB | A5 | 4F | 0 | 1E | 8 | 9D | 52 | 38 |
| Octal | 62 | 353 | 245 | 117 | 0 | 36 | 10 | 235 | 122 | 70 |
| Binary | 110010 | 11101011 | 10100101 | 1001111 | 0 | 11110 | 1000 | 10011101 | 1010010 | 111000 |
Color Harmonies of #32EBA5
Complementary color
Monochromatic Colors of #32EBA5
Black with #32EBA5
Text Example
Text Example
White with #32EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBA5; }
p { color: rgb(50,235,165); }
H1.HeaderClassName
{
color: #32EBA5;
}
.AnyTagClassName
{
color: #32EBA5;
}
</style>
background-color css
<style>
a { background-color: #32EBA5; }
a { background-color: rgb(50,235,165); }
div.DivClassName
{
background-color: #32EBA5;
}
.BgClassName
{
background-color: #32EBA5;
}
</style>
border-color css
<style>
span { border-color: #32EBA5; }
span { border-color: rgb(50,235,165); }
td.TdClassName
{
border-color: #32EBA5;
}
.TagClassName
{
border-color: #32EBA5;
}
</style>