Shades of Shamrock #31ECAB
Tints of Shamrock #31ECAB
RGB
CMYK
RGB Variations
Color information
#31ECAB (or 0x31ECAB) is known color: Shamrock. HEX triplet: 31, EC and AB. RGB value is (49,236,171). Sum of RGB (Red+Green+Blue) = 49+236+171=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31ECAB is #CE1354. Grayscale: #ACACAC. Windows color (decimal): -13505365 or 11267121. OLE color: 11267121.
HSL color Cylindrical-coordinate representation of color #31ECAB: hue angle of 159.14º 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 #31ECAB is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 171 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.07 |
| HSL | 159.14º | 0.83% | 0.56% | - |
| HSV(B) | 159.14º | 0.79% | 0.93% | - |
| XYZ | 38.61 | 63.58 | 48.77 | - |
| YUV | 172.68 | 127.05 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 171 | 0.79 | 0 | 0.28 | 0.07 | 159.14 | 0.83 | 0.56 |
| Hex | 31 | EC | AB | 4F | 0 | 1C | 7 | 9F | 53 | 38 |
| Octal | 61 | 354 | 253 | 117 | 0 | 34 | 7 | 237 | 123 | 70 |
| Binary | 110001 | 11101100 | 10101011 | 1001111 | 0 | 11100 | 111 | 10011111 | 1010011 | 111000 |
Color Harmonies of #31ECAB
Complementary color
Monochromatic Colors of #31ECAB
Black with #31ECAB
Text Example
Text Example
White with #31ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECAB; }
p { color: rgb(49,236,171); }
H1.HeaderClassName
{
color: #31ECAB;
}
.AnyTagClassName
{
color: #31ECAB;
}
</style>
background-color css
<style>
a { background-color: #31ECAB; }
a { background-color: rgb(49,236,171); }
div.DivClassName
{
background-color: #31ECAB;
}
.BgClassName
{
background-color: #31ECAB;
}
</style>
border-color css
<style>
span { border-color: #31ECAB; }
span { border-color: rgb(49,236,171); }
td.TdClassName
{
border-color: #31ECAB;
}
.TagClassName
{
border-color: #31ECAB;
}
</style>