Shades of Medium Aquamarine #70D7A4
Tints of Medium Aquamarine #70D7A4
RGB
CMYK
RGB Variations
Color information
#70D7A4 (or 0x70D7A4) is known color: Medium Aquamarine. HEX triplet: 70, D7 and A4. RGB value is (112,215,164). Sum of RGB (Red+Green+Blue) = 112+215+164=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D7A4 is #8F285B. Grayscale: #B2B2B2. Windows color (decimal): -9381980 or 10803056. OLE color: 10803056.
HSL color Cylindrical-coordinate representation of color #70D7A4: hue angle of 150.29º 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 #70D7A4 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 164 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.16 |
| HSL | 150.29º | 0.56% | 0.64% | - |
| HSV(B) | 150.29º | 0.48% | 0.84% | - |
| XYZ | 37.68 | 54.73 | 43.7 | - |
| YUV | 178.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 164 | 0.48 | 0 | 0.24 | 0.16 | 150.29 | 0.56 | 0.64 |
| Hex | 70 | D7 | A4 | 30 | 0 | 18 | 10 | 96 | 38 | 40 |
| Octal | 160 | 327 | 244 | 60 | 0 | 30 | 20 | 226 | 70 | 100 |
| Binary | 1110000 | 11010111 | 10100100 | 110000 | 0 | 11000 | 10000 | 10010110 | 111000 | 1000000 |
Color Harmonies of #70D7A4
Complementary color
Monochromatic Colors of #70D7A4
Black with #70D7A4
Text Example
Text Example
White with #70D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D7A4; }
p { color: rgb(112,215,164); }
H1.HeaderClassName
{
color: #70D7A4;
}
.AnyTagClassName
{
color: #70D7A4;
}
</style>
background-color css
<style>
a { background-color: #70D7A4; }
a { background-color: rgb(112,215,164); }
div.DivClassName
{
background-color: #70D7A4;
}
.BgClassName
{
background-color: #70D7A4;
}
</style>
border-color css
<style>
span { border-color: #70D7A4; }
span { border-color: rgb(112,215,164); }
td.TdClassName
{
border-color: #70D7A4;
}
.TagClassName
{
border-color: #70D7A4;
}
</style>