Shades of Medium Aquamarine #70D2AA
Tints of Medium Aquamarine #70D2AA
RGB
CMYK
RGB Variations
Color information
#70D2AA (or 0x70D2AA) is known color: Medium Aquamarine. HEX triplet: 70, D2 and AA. RGB value is (112,210,170). Sum of RGB (Red+Green+Blue) = 112+210+170=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D2AA is #8F2D55. Grayscale: #B0B0B0. Windows color (decimal): -9383254 or 11194992. OLE color: 11194992.
HSL color Cylindrical-coordinate representation of color #70D2AA: hue angle of 155.51º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D2AA is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 170 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.18 |
| HSL | 155.51º | 0.52% | 0.63% | - |
| HSV(B) | 155.51º | 0.47% | 0.82% | - |
| XYZ | 36.98 | 52.44 | 46.2 | - |
| YUV | 176.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 170 | 0.47 | 0 | 0.19 | 0.18 | 155.51 | 0.52 | 0.63 |
| Hex | 70 | D2 | AA | 2F | 0 | 13 | 12 | 9C | 34 | 3F |
| Octal | 160 | 322 | 252 | 57 | 0 | 23 | 22 | 234 | 64 | 77 |
| Binary | 1110000 | 11010010 | 10101010 | 101111 | 0 | 10011 | 10010 | 10011100 | 110100 | 111111 |
Color Harmonies of #70D2AA
Complementary color
Monochromatic Colors of #70D2AA
Black with #70D2AA
Text Example
Text Example
White with #70D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D2AA; }
p { color: rgb(112,210,170); }
H1.HeaderClassName
{
color: #70D2AA;
}
.AnyTagClassName
{
color: #70D2AA;
}
</style>
background-color css
<style>
a { background-color: #70D2AA; }
a { background-color: rgb(112,210,170); }
div.DivClassName
{
background-color: #70D2AA;
}
.BgClassName
{
background-color: #70D2AA;
}
</style>
border-color css
<style>
span { border-color: #70D2AA; }
span { border-color: rgb(112,210,170); }
td.TdClassName
{
border-color: #70D2AA;
}
.TagClassName
{
border-color: #70D2AA;
}
</style>