Shades of Medium Aquamarine #70E499
Tints of Medium Aquamarine #70E499
RGB
CMYK
RGB Variations
Color information
#70E499 (or 0x70E499) is known color: Medium Aquamarine. HEX triplet: 70, E4 and 99. RGB value is (112,228,153). Sum of RGB (Red+Green+Blue) = 112+228+153=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #70E499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E499 is #8F1B66. Grayscale: #B8B8B8. Windows color (decimal): -9378663 or 10085488. OLE color: 10085488.
HSL color Cylindrical-coordinate representation of color #70E499: hue angle of 141.21º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E499 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 153 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.11 |
| HSL | 141.21º | 0.68% | 0.67% | - |
| HSV(B) | 141.21º | 0.51% | 0.89% | - |
| XYZ | 40.18 | 61.23 | 39.84 | - |
| YUV | 184.77 | 110.07 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 153 | 0.51 | 0 | 0.33 | 0.11 | 141.21 | 0.68 | 0.67 |
| Hex | 70 | E4 | 99 | 33 | 0 | 21 | B | 8D | 44 | 43 |
| Octal | 160 | 344 | 231 | 63 | 0 | 41 | 13 | 215 | 104 | 103 |
| Binary | 1110000 | 11100100 | 10011001 | 110011 | 0 | 100001 | 1011 | 10001101 | 1000100 | 1000011 |
Color Harmonies of #70E499
Complementary color
Monochromatic Colors of #70E499
Black with #70E499
Text Example
Text Example
White with #70E499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E499; }
p { color: rgb(112,228,153); }
H1.HeaderClassName
{
color: #70E499;
}
.AnyTagClassName
{
color: #70E499;
}
</style>
background-color css
<style>
a { background-color: #70E499; }
a { background-color: rgb(112,228,153); }
div.DivClassName
{
background-color: #70E499;
}
.BgClassName
{
background-color: #70E499;
}
</style>
border-color css
<style>
span { border-color: #70E499; }
span { border-color: rgb(112,228,153); }
td.TdClassName
{
border-color: #70E499;
}
.TagClassName
{
border-color: #70E499;
}
</style>