Shades of Shamrock #31E4AB
Tints of Shamrock #31E4AB
RGB
CMYK
RGB Variations
Color information
#31E4AB (or 0x31E4AB) is known color: Shamrock. HEX triplet: 31, E4 and AB. RGB value is (49,228,171). Sum of RGB (Red+Green+Blue) = 49+228+171=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #31E4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E4AB is #CE1B54. Grayscale: #A8A8A8. Windows color (decimal): -13507413 or 11265073. OLE color: 11265073.
HSL color Cylindrical-coordinate representation of color #31E4AB: hue angle of 160.89º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E4AB is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 171 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.11 |
| HSL | 160.89º | 0.77% | 0.54% | - |
| HSV(B) | 160.89º | 0.79% | 0.89% | - |
| XYZ | 36.36 | 59.08 | 48.02 | - |
| YUV | 167.98 | 129.7 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 171 | 0.79 | 0 | 0.25 | 0.11 | 160.89 | 0.77 | 0.54 |
| Hex | 31 | E4 | AB | 4F | 0 | 19 | B | A1 | 4D | 36 |
| Octal | 61 | 344 | 253 | 117 | 0 | 31 | 13 | 241 | 115 | 66 |
| Binary | 110001 | 11100100 | 10101011 | 1001111 | 0 | 11001 | 1011 | 10100001 | 1001101 | 110110 |
Color Harmonies of #31E4AB
Complementary color
Monochromatic Colors of #31E4AB
Black with #31E4AB
Text Example
Text Example
White with #31E4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E4AB; }
p { color: rgb(49,228,171); }
H1.HeaderClassName
{
color: #31E4AB;
}
.AnyTagClassName
{
color: #31E4AB;
}
</style>
background-color css
<style>
a { background-color: #31E4AB; }
a { background-color: rgb(49,228,171); }
div.DivClassName
{
background-color: #31E4AB;
}
.BgClassName
{
background-color: #31E4AB;
}
</style>
border-color css
<style>
span { border-color: #31E4AB; }
span { border-color: rgb(49,228,171); }
td.TdClassName
{
border-color: #31E4AB;
}
.TagClassName
{
border-color: #31E4AB;
}
</style>