Shades of Medium Aquamarine #70E7A6
Tints of Medium Aquamarine #70E7A6
RGB
CMYK
RGB Variations
Color information
#70E7A6 (or 0x70E7A6) is known color: Medium Aquamarine. HEX triplet: 70, E7 and A6. RGB value is (112,231,166). Sum of RGB (Red+Green+Blue) = 112+231+166=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E7A6 is #8F1859. Grayscale: #BCBCBC. Windows color (decimal): -9377882 or 10938224. OLE color: 10938224.
HSL color Cylindrical-coordinate representation of color #70E7A6: hue angle of 147.23º 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 #70E7A6 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 166 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.09 |
| HSL | 147.23º | 0.71% | 0.67% | - |
| HSV(B) | 147.23º | 0.52% | 0.91% | - |
| XYZ | 42.14 | 63.35 | 46.08 | - |
| YUV | 188.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 166 | 0.52 | 0 | 0.28 | 0.09 | 147.23 | 0.71 | 0.67 |
| Hex | 70 | E7 | A6 | 34 | 0 | 1C | 9 | 93 | 47 | 43 |
| Octal | 160 | 347 | 246 | 64 | 0 | 34 | 11 | 223 | 107 | 103 |
| Binary | 1110000 | 11100111 | 10100110 | 110100 | 0 | 11100 | 1001 | 10010011 | 1000111 | 1000011 |
Color Harmonies of #70E7A6
Complementary color
Monochromatic Colors of #70E7A6
Black with #70E7A6
Text Example
Text Example
White with #70E7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7A6; }
p { color: rgb(112,231,166); }
H1.HeaderClassName
{
color: #70E7A6;
}
.AnyTagClassName
{
color: #70E7A6;
}
</style>
background-color css
<style>
a { background-color: #70E7A6; }
a { background-color: rgb(112,231,166); }
div.DivClassName
{
background-color: #70E7A6;
}
.BgClassName
{
background-color: #70E7A6;
}
</style>
border-color css
<style>
span { border-color: #70E7A6; }
span { border-color: rgb(112,231,166); }
td.TdClassName
{
border-color: #70E7A6;
}
.TagClassName
{
border-color: #70E7A6;
}
</style>