Shades of Medium Aquamarine #70E7A0
Tints of Medium Aquamarine #70E7A0
RGB
CMYK
RGB Variations
Color information
#70E7A0 (or 0x70E7A0) is known color: Medium Aquamarine. HEX triplet: 70, E7 and A0. RGB value is (112,231,160). Sum of RGB (Red+Green+Blue) = 112+231+160=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E7A0 is #8F185F. Grayscale: #BBBBBB. Windows color (decimal): -9377888 or 10545008. OLE color: 10545008.
HSL color Cylindrical-coordinate representation of color #70E7A0: hue angle of 144.2º degrees, saturation: 0.71, 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 #70E7A0 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 160 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.09 |
| HSL | 144.2º | 0.71% | 0.67% | - |
| HSV(B) | 144.2º | 0.52% | 0.91% | - |
| XYZ | 41.6 | 63.13 | 43.25 | - |
| YUV | 187.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 160 | 0.52 | 0 | 0.31 | 0.09 | 144.2 | 0.71 | 0.67 |
| Hex | 70 | E7 | A0 | 34 | 0 | 1F | 9 | 90 | 47 | 43 |
| Octal | 160 | 347 | 240 | 64 | 0 | 37 | 11 | 220 | 107 | 103 |
| Binary | 1110000 | 11100111 | 10100000 | 110100 | 0 | 11111 | 1001 | 10010000 | 1000111 | 1000011 |
Color Harmonies of #70E7A0
Complementary color
Monochromatic Colors of #70E7A0
Black with #70E7A0
Text Example
Text Example
White with #70E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7A0; }
p { color: rgb(112,231,160); }
H1.HeaderClassName
{
color: #70E7A0;
}
.AnyTagClassName
{
color: #70E7A0;
}
</style>
background-color css
<style>
a { background-color: #70E7A0; }
a { background-color: rgb(112,231,160); }
div.DivClassName
{
background-color: #70E7A0;
}
.BgClassName
{
background-color: #70E7A0;
}
</style>
border-color css
<style>
span { border-color: #70E7A0; }
span { border-color: rgb(112,231,160); }
td.TdClassName
{
border-color: #70E7A0;
}
.TagClassName
{
border-color: #70E7A0;
}
</style>