Shades of Medium Aquamarine #70E299
Tints of Medium Aquamarine #70E299
RGB
CMYK
RGB Variations
Color information
#70E299 (or 0x70E299) is known color: Medium Aquamarine. HEX triplet: 70, E2 and 99. RGB value is (112,226,153). Sum of RGB (Red+Green+Blue) = 112+226+153=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #70E299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E299 is #8F1D66. Grayscale: #B7B7B7. Windows color (decimal): -9379175 or 10084976. OLE color: 10084976.
HSL color Cylindrical-coordinate representation of color #70E299: hue angle of 141.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E299 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 226 | 153 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.11 |
| HSL | 141.58º | 0.66% | 0.66% | - |
| HSV(B) | 141.58º | 0.5% | 0.89% | - |
| XYZ | 39.63 | 60.14 | 39.66 | - |
| YUV | 183.59 | 110.73 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 226 | 153 | 0.50 | 0 | 0.32 | 0.11 | 141.58 | 0.66 | 0.66 |
| Hex | 70 | E2 | 99 | 32 | 0 | 20 | B | 8E | 42 | 42 |
| Octal | 160 | 342 | 231 | 62 | 0 | 40 | 13 | 216 | 102 | 102 |
| Binary | 1110000 | 11100010 | 10011001 | 110010 | 0 | 100000 | 1011 | 10001110 | 1000010 | 1000010 |
Color Harmonies of #70E299
Complementary color
Monochromatic Colors of #70E299
Black with #70E299
Text Example
Text Example
White with #70E299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E299; }
p { color: rgb(112,226,153); }
H1.HeaderClassName
{
color: #70E299;
}
.AnyTagClassName
{
color: #70E299;
}
</style>
background-color css
<style>
a { background-color: #70E299; }
a { background-color: rgb(112,226,153); }
div.DivClassName
{
background-color: #70E299;
}
.BgClassName
{
background-color: #70E299;
}
</style>
border-color css
<style>
span { border-color: #70E299; }
span { border-color: rgb(112,226,153); }
td.TdClassName
{
border-color: #70E299;
}
.TagClassName
{
border-color: #70E299;
}
</style>