Shades of Medium Aquamarine #70DAA0
Tints of Medium Aquamarine #70DAA0
RGB
CMYK
RGB Variations
Color information
#70DAA0 (or 0x70DAA0) is known color: Medium Aquamarine. HEX triplet: 70, DA and A0. RGB value is (112,218,160). Sum of RGB (Red+Green+Blue) = 112+218+160=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAA0 is #8F255F. Grayscale: #B3B3B3. Windows color (decimal): -9381216 or 10541680. OLE color: 10541680.
HSL color Cylindrical-coordinate representation of color #70DAA0: hue angle of 147.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DAA0 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 160 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.15 |
| HSL | 147.17º | 0.59% | 0.65% | - |
| HSV(B) | 147.17º | 0.49% | 0.85% | - |
| XYZ | 38.1 | 56.13 | 42.08 | - |
| YUV | 179.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 160 | 0.49 | 0 | 0.27 | 0.15 | 147.17 | 0.59 | 0.65 |
| Hex | 70 | DA | A0 | 31 | 0 | 1B | F | 93 | 3B | 41 |
| Octal | 160 | 332 | 240 | 61 | 0 | 33 | 17 | 223 | 73 | 101 |
| Binary | 1110000 | 11011010 | 10100000 | 110001 | 0 | 11011 | 1111 | 10010011 | 111011 | 1000001 |
Color Harmonies of #70DAA0
Complementary color
Monochromatic Colors of #70DAA0
Black with #70DAA0
Text Example
Text Example
White with #70DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DAA0; }
p { color: rgb(112,218,160); }
H1.HeaderClassName
{
color: #70DAA0;
}
.AnyTagClassName
{
color: #70DAA0;
}
</style>
background-color css
<style>
a { background-color: #70DAA0; }
a { background-color: rgb(112,218,160); }
div.DivClassName
{
background-color: #70DAA0;
}
.BgClassName
{
background-color: #70DAA0;
}
</style>
border-color css
<style>
span { border-color: #70DAA0; }
span { border-color: rgb(112,218,160); }
td.TdClassName
{
border-color: #70DAA0;
}
.TagClassName
{
border-color: #70DAA0;
}
</style>