Shades of Medium Aquamarine #70DAAA
Tints of Medium Aquamarine #70DAAA
RGB
CMYK
RGB Variations
Color information
#70DAAA (or 0x70DAAA) is known color: Medium Aquamarine. HEX triplet: 70, DA and AA. RGB value is (112,218,170). Sum of RGB (Red+Green+Blue) = 112+218+170=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAAA is #8F2555. Grayscale: #B4B4B4. Windows color (decimal): -9381206 or 11197040. OLE color: 11197040.
HSL color Cylindrical-coordinate representation of color #70DAAA: hue angle of 152.83º 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 #70DAAA is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 170 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.15 |
| HSL | 152.83º | 0.59% | 0.65% | - |
| HSV(B) | 152.83º | 0.49% | 0.85% | - |
| XYZ | 39.01 | 56.49 | 46.88 | - |
| YUV | 180.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 170 | 0.49 | 0 | 0.22 | 0.15 | 152.83 | 0.59 | 0.65 |
| Hex | 70 | DA | AA | 31 | 0 | 16 | F | 99 | 3B | 41 |
| Octal | 160 | 332 | 252 | 61 | 0 | 26 | 17 | 231 | 73 | 101 |
| Binary | 1110000 | 11011010 | 10101010 | 110001 | 0 | 10110 | 1111 | 10011001 | 111011 | 1000001 |
Color Harmonies of #70DAAA
Complementary color
Monochromatic Colors of #70DAAA
Black with #70DAAA
Text Example
Text Example
White with #70DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DAAA; }
p { color: rgb(112,218,170); }
H1.HeaderClassName
{
color: #70DAAA;
}
.AnyTagClassName
{
color: #70DAAA;
}
</style>
background-color css
<style>
a { background-color: #70DAAA; }
a { background-color: rgb(112,218,170); }
div.DivClassName
{
background-color: #70DAAA;
}
.BgClassName
{
background-color: #70DAAA;
}
</style>
border-color css
<style>
span { border-color: #70DAAA; }
span { border-color: rgb(112,218,170); }
td.TdClassName
{
border-color: #70DAAA;
}
.TagClassName
{
border-color: #70DAAA;
}
</style>