Shades of Medium Aquamarine #70D4AD
Tints of Medium Aquamarine #70D4AD
RGB
CMYK
RGB Variations
Color information
#70D4AD (or 0x70D4AD) is known color: Medium Aquamarine. HEX triplet: 70, D4 and AD. RGB value is (112,212,173). Sum of RGB (Red+Green+Blue) = 112+212+173=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #70D4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D4AD is #8F2B52. Grayscale: #B1B1B1. Windows color (decimal): -9382739 or 11392112. OLE color: 11392112.
HSL color Cylindrical-coordinate representation of color #70D4AD: hue angle of 156.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D4AD is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 212 | 173 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.17 |
| HSL | 156.6º | 0.54% | 0.64% | - |
| HSV(B) | 156.6º | 0.47% | 0.83% | - |
| XYZ | 37.77 | 53.55 | 47.88 | - |
| YUV | 177.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 173 | 0.47 | 0 | 0.18 | 0.17 | 156.6 | 0.54 | 0.64 |
| Hex | 70 | D4 | AD | 2F | 0 | 12 | 11 | 9D | 36 | 40 |
| Octal | 160 | 324 | 255 | 57 | 0 | 22 | 21 | 235 | 66 | 100 |
| Binary | 1110000 | 11010100 | 10101101 | 101111 | 0 | 10010 | 10001 | 10011101 | 110110 | 1000000 |
Color Harmonies of #70D4AD
Complementary color
Monochromatic Colors of #70D4AD
Black with #70D4AD
Text Example
Text Example
White with #70D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D4AD; }
p { color: rgb(112,212,173); }
H1.HeaderClassName
{
color: #70D4AD;
}
.AnyTagClassName
{
color: #70D4AD;
}
</style>
background-color css
<style>
a { background-color: #70D4AD; }
a { background-color: rgb(112,212,173); }
div.DivClassName
{
background-color: #70D4AD;
}
.BgClassName
{
background-color: #70D4AD;
}
</style>
border-color css
<style>
span { border-color: #70D4AD; }
span { border-color: rgb(112,212,173); }
td.TdClassName
{
border-color: #70D4AD;
}
.TagClassName
{
border-color: #70D4AD;
}
</style>