Shades of Medium Aquamarine #70DCAA
Tints of Medium Aquamarine #70DCAA
RGB
CMYK
RGB Variations
Color information
#70DCAA (or 0x70DCAA) is known color: Medium Aquamarine. HEX triplet: 70, DC and AA. RGB value is (112,220,170). Sum of RGB (Red+Green+Blue) = 112+220+170=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DCAA is #8F2355. Grayscale: #B6B6B6. Windows color (decimal): -9380694 or 11197552. OLE color: 11197552.
HSL color Cylindrical-coordinate representation of color #70DCAA: hue angle of 152.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCAA is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 170 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.14 |
| HSL | 152.22º | 0.61% | 0.65% | - |
| HSV(B) | 152.22º | 0.49% | 0.86% | - |
| XYZ | 39.53 | 57.53 | 47.05 | - |
| YUV | 182.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 170 | 0.49 | 0 | 0.23 | 0.14 | 152.22 | 0.61 | 0.65 |
| Hex | 70 | DC | AA | 31 | 0 | 17 | E | 98 | 3D | 41 |
| Octal | 160 | 334 | 252 | 61 | 0 | 27 | 16 | 230 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10101010 | 110001 | 0 | 10111 | 1110 | 10011000 | 111101 | 1000001 |
Color Harmonies of #70DCAA
Complementary color
Monochromatic Colors of #70DCAA
Black with #70DCAA
Text Example
Text Example
White with #70DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCAA; }
p { color: rgb(112,220,170); }
H1.HeaderClassName
{
color: #70DCAA;
}
.AnyTagClassName
{
color: #70DCAA;
}
</style>
background-color css
<style>
a { background-color: #70DCAA; }
a { background-color: rgb(112,220,170); }
div.DivClassName
{
background-color: #70DCAA;
}
.BgClassName
{
background-color: #70DCAA;
}
</style>
border-color css
<style>
span { border-color: #70DCAA; }
span { border-color: rgb(112,220,170); }
td.TdClassName
{
border-color: #70DCAA;
}
.TagClassName
{
border-color: #70DCAA;
}
</style>