Shades of Shamrock #32EEA2
Tints of Shamrock #32EEA2
RGB
CMYK
RGB Variations
Color information
#32EEA2 (or 0x32EEA2) is known color: Shamrock. HEX triplet: 32, EE and A2. RGB value is (50,238,162). Sum of RGB (Red+Green+Blue) = 50+238+162=450 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.11% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EEA2 is #CD115D. Grayscale: #ADADAD. Windows color (decimal): -13439326 or 10677810. OLE color: 10677810.
HSL color Cylindrical-coordinate representation of color #32EEA2: hue angle of 155.74º 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 #32EEA2 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 162 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.07 |
| HSL | 155.74º | 0.85% | 0.56% | - |
| HSV(B) | 155.74º | 0.79% | 0.93% | - |
| XYZ | 38.41 | 64.44 | 44.6 | - |
| YUV | 173.12 | 121.72 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 162 | 0.79 | 0 | 0.32 | 0.07 | 155.74 | 0.85 | 0.56 |
| Hex | 32 | EE | A2 | 4F | 0 | 20 | 7 | 9C | 55 | 38 |
| Octal | 62 | 356 | 242 | 117 | 0 | 40 | 7 | 234 | 125 | 70 |
| Binary | 110010 | 11101110 | 10100010 | 1001111 | 0 | 100000 | 111 | 10011100 | 1010101 | 111000 |
Color Harmonies of #32EEA2
Complementary color
Monochromatic Colors of #32EEA2
Black with #32EEA2
Text Example
Text Example
White with #32EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEA2; }
p { color: rgb(50,238,162); }
H1.HeaderClassName
{
color: #32EEA2;
}
.AnyTagClassName
{
color: #32EEA2;
}
</style>
background-color css
<style>
a { background-color: #32EEA2; }
a { background-color: rgb(50,238,162); }
div.DivClassName
{
background-color: #32EEA2;
}
.BgClassName
{
background-color: #32EEA2;
}
</style>
border-color css
<style>
span { border-color: #32EEA2; }
span { border-color: rgb(50,238,162); }
td.TdClassName
{
border-color: #32EEA2;
}
.TagClassName
{
border-color: #32EEA2;
}
</style>