Shades of Shamrock #32ECAD
Tints of Shamrock #32ECAD
RGB
CMYK
RGB Variations
Color information
#32ECAD (or 0x32ECAD) is known color: Shamrock. HEX triplet: 32, EC and AD. RGB value is (50,236,173). Sum of RGB (Red+Green+Blue) = 50+236+173=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32ECAD is #CD1352. Grayscale: #ADADAD. Windows color (decimal): -13439827 or 11398194. OLE color: 11398194.
HSL color Cylindrical-coordinate representation of color #32ECAD: hue angle of 159.68º degrees, saturation: 0.83, 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 #32ECAD is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 173 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.07 |
| HSL | 159.68º | 0.83% | 0.56% | - |
| HSV(B) | 159.68º | 0.79% | 0.93% | - |
| XYZ | 38.85 | 63.69 | 49.78 | - |
| YUV | 173.2 | 127.88 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 173 | 0.79 | 0 | 0.27 | 0.07 | 159.68 | 0.83 | 0.56 |
| Hex | 32 | EC | AD | 4F | 0 | 1B | 7 | A0 | 53 | 38 |
| Octal | 62 | 354 | 255 | 117 | 0 | 33 | 7 | 240 | 123 | 70 |
| Binary | 110010 | 11101100 | 10101101 | 1001111 | 0 | 11011 | 111 | 10100000 | 1010011 | 111000 |
Color Harmonies of #32ECAD
Complementary color
Monochromatic Colors of #32ECAD
Black with #32ECAD
Text Example
Text Example
White with #32ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECAD; }
p { color: rgb(50,236,173); }
H1.HeaderClassName
{
color: #32ECAD;
}
.AnyTagClassName
{
color: #32ECAD;
}
</style>
background-color css
<style>
a { background-color: #32ECAD; }
a { background-color: rgb(50,236,173); }
div.DivClassName
{
background-color: #32ECAD;
}
.BgClassName
{
background-color: #32ECAD;
}
</style>
border-color css
<style>
span { border-color: #32ECAD; }
span { border-color: rgb(50,236,173); }
td.TdClassName
{
border-color: #32ECAD;
}
.TagClassName
{
border-color: #32ECAD;
}
</style>