Shades of Medium Aquamarine #70DFA6
Tints of Medium Aquamarine #70DFA6
RGB
CMYK
RGB Variations
Color information
#70DFA6 (or 0x70DFA6) is known color: Medium Aquamarine. HEX triplet: 70, DF and A6. RGB value is (112,223,166). Sum of RGB (Red+Green+Blue) = 112+223+166=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA6 is #8F2059. Grayscale: #B7B7B7. Windows color (decimal): -9379930 or 10936176. OLE color: 10936176.
HSL color Cylindrical-coordinate representation of color #70DFA6: hue angle of 149.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFA6 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 166 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.13 |
| HSL | 149.19º | 0.63% | 0.66% | - |
| HSV(B) | 149.19º | 0.5% | 0.87% | - |
| XYZ | 39.95 | 58.97 | 45.35 | - |
| YUV | 183.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 166 | 0.50 | 0 | 0.26 | 0.13 | 149.19 | 0.63 | 0.66 |
| Hex | 70 | DF | A6 | 32 | 0 | 1A | D | 95 | 3F | 42 |
| Octal | 160 | 337 | 246 | 62 | 0 | 32 | 15 | 225 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10100110 | 110010 | 0 | 11010 | 1101 | 10010101 | 111111 | 1000010 |
Color Harmonies of #70DFA6
Complementary color
Monochromatic Colors of #70DFA6
Black with #70DFA6
Text Example
Text Example
White with #70DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFA6; }
p { color: rgb(112,223,166); }
H1.HeaderClassName
{
color: #70DFA6;
}
.AnyTagClassName
{
color: #70DFA6;
}
</style>
background-color css
<style>
a { background-color: #70DFA6; }
a { background-color: rgb(112,223,166); }
div.DivClassName
{
background-color: #70DFA6;
}
.BgClassName
{
background-color: #70DFA6;
}
</style>
border-color css
<style>
span { border-color: #70DFA6; }
span { border-color: rgb(112,223,166); }
td.TdClassName
{
border-color: #70DFA6;
}
.TagClassName
{
border-color: #70DFA6;
}
</style>