Shades of Medium Aquamarine #70D7A0
Tints of Medium Aquamarine #70D7A0
RGB
CMYK
RGB Variations
Color information
#70D7A0 (or 0x70D7A0) is known color: Medium Aquamarine. HEX triplet: 70, D7 and A0. RGB value is (112,215,160). Sum of RGB (Red+Green+Blue) = 112+215+160=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D7A0 is #8F285F. Grayscale: #B2B2B2. Windows color (decimal): -9381984 or 10540912. OLE color: 10540912.
HSL color Cylindrical-coordinate representation of color #70D7A0: hue angle of 147.96º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D7A0 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 160 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.16 |
| HSL | 147.96º | 0.56% | 0.64% | - |
| HSV(B) | 147.96º | 0.48% | 0.84% | - |
| XYZ | 37.33 | 54.58 | 41.83 | - |
| YUV | 177.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 160 | 0.48 | 0 | 0.26 | 0.16 | 147.96 | 0.56 | 0.64 |
| Hex | 70 | D7 | A0 | 30 | 0 | 1A | 10 | 94 | 38 | 40 |
| Octal | 160 | 327 | 240 | 60 | 0 | 32 | 20 | 224 | 70 | 100 |
| Binary | 1110000 | 11010111 | 10100000 | 110000 | 0 | 11010 | 10000 | 10010100 | 111000 | 1000000 |
Color Harmonies of #70D7A0
Complementary color
Monochromatic Colors of #70D7A0
Black with #70D7A0
Text Example
Text Example
White with #70D7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D7A0; }
p { color: rgb(112,215,160); }
H1.HeaderClassName
{
color: #70D7A0;
}
.AnyTagClassName
{
color: #70D7A0;
}
</style>
background-color css
<style>
a { background-color: #70D7A0; }
a { background-color: rgb(112,215,160); }
div.DivClassName
{
background-color: #70D7A0;
}
.BgClassName
{
background-color: #70D7A0;
}
</style>
border-color css
<style>
span { border-color: #70D7A0; }
span { border-color: rgb(112,215,160); }
td.TdClassName
{
border-color: #70D7A0;
}
.TagClassName
{
border-color: #70D7A0;
}
</style>