Shades of Medium Aquamarine #70D5AF
Tints of Medium Aquamarine #70D5AF
RGB
CMYK
RGB Variations
Color information
#70D5AF (or 0x70D5AF) is known color: Medium Aquamarine. HEX triplet: 70, D5 and AF. RGB value is (112,213,175). Sum of RGB (Red+Green+Blue) = 112+213+175=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #70D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D5AF is #8F2A50. Grayscale: #B2B2B2. Windows color (decimal): -9382481 or 11523440. OLE color: 11523440.
HSL color Cylindrical-coordinate representation of color #70D5AF: hue angle of 157.43º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D5AF is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 175 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.16 |
| HSL | 157.43º | 0.55% | 0.64% | - |
| HSV(B) | 157.43º | 0.47% | 0.84% | - |
| XYZ | 38.21 | 54.13 | 48.99 | - |
| YUV | 178.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 175 | 0.47 | 0 | 0.18 | 0.16 | 157.43 | 0.55 | 0.64 |
| Hex | 70 | D5 | AF | 2F | 0 | 12 | 10 | 9D | 37 | 40 |
| Octal | 160 | 325 | 257 | 57 | 0 | 22 | 20 | 235 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10101111 | 101111 | 0 | 10010 | 10000 | 10011101 | 110111 | 1000000 |
Color Harmonies of #70D5AF
Complementary color
Monochromatic Colors of #70D5AF
Black with #70D5AF
Text Example
Text Example
White with #70D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D5AF; }
p { color: rgb(112,213,175); }
H1.HeaderClassName
{
color: #70D5AF;
}
.AnyTagClassName
{
color: #70D5AF;
}
</style>
background-color css
<style>
a { background-color: #70D5AF; }
a { background-color: rgb(112,213,175); }
div.DivClassName
{
background-color: #70D5AF;
}
.BgClassName
{
background-color: #70D5AF;
}
</style>
border-color css
<style>
span { border-color: #70D5AF; }
span { border-color: rgb(112,213,175); }
td.TdClassName
{
border-color: #70D5AF;
}
.TagClassName
{
border-color: #70D5AF;
}
</style>