Shades of Shamrock #32EEB0
Tints of Shamrock #32EEB0
RGB
CMYK
RGB Variations
Color information
#32EEB0 (or 0x32EEB0) is known color: Shamrock. HEX triplet: 32, EE and B0. RGB value is (50,238,176). Sum of RGB (Red+Green+Blue) = 50+238+176=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EEB0 is #CD114F. Grayscale: #AEAEAE. Windows color (decimal): -13439312 or 11595314. OLE color: 11595314.
HSL color Cylindrical-coordinate representation of color #32EEB0: hue angle of 160.21º degrees, saturation: 0.85, 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 #32EEB0 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 176 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.07 |
| HSL | 160.21º | 0.85% | 0.56% | - |
| HSV(B) | 160.21º | 0.79% | 0.93% | - |
| XYZ | 39.73 | 64.96 | 51.52 | - |
| YUV | 174.72 | 128.72 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 176 | 0.79 | 0 | 0.26 | 0.07 | 160.21 | 0.85 | 0.56 |
| Hex | 32 | EE | B0 | 4F | 0 | 1A | 7 | A0 | 55 | 38 |
| Octal | 62 | 356 | 260 | 117 | 0 | 32 | 7 | 240 | 125 | 70 |
| Binary | 110010 | 11101110 | 10110000 | 1001111 | 0 | 11010 | 111 | 10100000 | 1010101 | 111000 |
Color Harmonies of #32EEB0
Complementary color
Monochromatic Colors of #32EEB0
Black with #32EEB0
Text Example
Text Example
White with #32EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEB0; }
p { color: rgb(50,238,176); }
H1.HeaderClassName
{
color: #32EEB0;
}
.AnyTagClassName
{
color: #32EEB0;
}
</style>
background-color css
<style>
a { background-color: #32EEB0; }
a { background-color: rgb(50,238,176); }
div.DivClassName
{
background-color: #32EEB0;
}
.BgClassName
{
background-color: #32EEB0;
}
</style>
border-color css
<style>
span { border-color: #32EEB0; }
span { border-color: rgb(50,238,176); }
td.TdClassName
{
border-color: #32EEB0;
}
.TagClassName
{
border-color: #32EEB0;
}
</style>