Shades of Medium Aquamarine #70E899
Tints of Medium Aquamarine #70E899
RGB
CMYK
RGB Variations
Color information
#70E899 (or 0x70E899) is known color: Medium Aquamarine. HEX triplet: 70, E8 and 99. RGB value is (112,232,153). Sum of RGB (Red+Green+Blue) = 112+232+153=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #70E899 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E899 is #8F1766. Grayscale: #BBBBBB. Windows color (decimal): -9377639 or 10086512. OLE color: 10086512.
HSL color Cylindrical-coordinate representation of color #70E899: hue angle of 140.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E899 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 153 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.09 |
| HSL | 140.5º | 0.72% | 0.67% | - |
| HSV(B) | 140.5º | 0.52% | 0.91% | - |
| XYZ | 41.29 | 63.46 | 40.21 | - |
| YUV | 187.11 | 108.74 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 153 | 0.52 | 0 | 0.34 | 0.09 | 140.5 | 0.72 | 0.67 |
| Hex | 70 | E8 | 99 | 34 | 0 | 22 | 9 | 8C | 48 | 43 |
| Octal | 160 | 350 | 231 | 64 | 0 | 42 | 11 | 214 | 110 | 103 |
| Binary | 1110000 | 11101000 | 10011001 | 110100 | 0 | 100010 | 1001 | 10001100 | 1001000 | 1000011 |
Color Harmonies of #70E899
Complementary color
Monochromatic Colors of #70E899
Black with #70E899
Text Example
Text Example
White with #70E899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E899; }
p { color: rgb(112,232,153); }
H1.HeaderClassName
{
color: #70E899;
}
.AnyTagClassName
{
color: #70E899;
}
</style>
background-color css
<style>
a { background-color: #70E899; }
a { background-color: rgb(112,232,153); }
div.DivClassName
{
background-color: #70E899;
}
.BgClassName
{
background-color: #70E899;
}
</style>
border-color css
<style>
span { border-color: #70E899; }
span { border-color: rgb(112,232,153); }
td.TdClassName
{
border-color: #70E899;
}
.TagClassName
{
border-color: #70E899;
}
</style>