Shades of Medium Aquamarine #70E0A6
Tints of Medium Aquamarine #70E0A6
RGB
CMYK
RGB Variations
Color information
#70E0A6 (or 0x70E0A6) is known color: Medium Aquamarine. HEX triplet: 70, E0 and A6. RGB value is (112,224,166). Sum of RGB (Red+Green+Blue) = 112+224+166=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E0A6 is #8F1F59. Grayscale: #B8B8B8. Windows color (decimal): -9379674 or 10936432. OLE color: 10936432.
HSL color Cylindrical-coordinate representation of color #70E0A6: hue angle of 148.93º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E0A6 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 166 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.12 |
| HSL | 148.93º | 0.64% | 0.66% | - |
| HSV(B) | 148.93º | 0.5% | 0.88% | - |
| XYZ | 40.22 | 59.51 | 45.44 | - |
| YUV | 183.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 166 | 0.50 | 0 | 0.26 | 0.12 | 148.93 | 0.64 | 0.66 |
| Hex | 70 | E0 | A6 | 32 | 0 | 1A | C | 95 | 40 | 42 |
| Octal | 160 | 340 | 246 | 62 | 0 | 32 | 14 | 225 | 100 | 102 |
| Binary | 1110000 | 11100000 | 10100110 | 110010 | 0 | 11010 | 1100 | 10010101 | 1000000 | 1000010 |
Color Harmonies of #70E0A6
Complementary color
Monochromatic Colors of #70E0A6
Black with #70E0A6
Text Example
Text Example
White with #70E0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E0A6; }
p { color: rgb(112,224,166); }
H1.HeaderClassName
{
color: #70E0A6;
}
.AnyTagClassName
{
color: #70E0A6;
}
</style>
background-color css
<style>
a { background-color: #70E0A6; }
a { background-color: rgb(112,224,166); }
div.DivClassName
{
background-color: #70E0A6;
}
.BgClassName
{
background-color: #70E0A6;
}
</style>
border-color css
<style>
span { border-color: #70E0A6; }
span { border-color: rgb(112,224,166); }
td.TdClassName
{
border-color: #70E0A6;
}
.TagClassName
{
border-color: #70E0A6;
}
</style>