Shades of Medium Aquamarine #70DFA7
Tints of Medium Aquamarine #70DFA7
RGB
CMYK
RGB Variations
Color information
#70DFA7 (or 0x70DFA7) is known color: Medium Aquamarine. HEX triplet: 70, DF and A7. RGB value is (112,223,167). Sum of RGB (Red+Green+Blue) = 112+223+167=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA7 is #8F2058. Grayscale: #B7B7B7. Windows color (decimal): -9379929 or 11001712. OLE color: 11001712.
HSL color Cylindrical-coordinate representation of color #70DFA7: hue angle of 149.73º 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 #70DFA7 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 167 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.13 |
| HSL | 149.73º | 0.63% | 0.66% | - |
| HSV(B) | 149.73º | 0.5% | 0.87% | - |
| XYZ | 40.04 | 59.01 | 45.84 | - |
| YUV | 183.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 167 | 0.50 | 0 | 0.25 | 0.13 | 149.73 | 0.63 | 0.66 |
| Hex | 70 | DF | A7 | 32 | 0 | 19 | D | 96 | 3F | 42 |
| Octal | 160 | 337 | 247 | 62 | 0 | 31 | 15 | 226 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10100111 | 110010 | 0 | 11001 | 1101 | 10010110 | 111111 | 1000010 |
Color Harmonies of #70DFA7
Complementary color
Monochromatic Colors of #70DFA7
Black with #70DFA7
Text Example
Text Example
White with #70DFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFA7; }
p { color: rgb(112,223,167); }
H1.HeaderClassName
{
color: #70DFA7;
}
.AnyTagClassName
{
color: #70DFA7;
}
</style>
background-color css
<style>
a { background-color: #70DFA7; }
a { background-color: rgb(112,223,167); }
div.DivClassName
{
background-color: #70DFA7;
}
.BgClassName
{
background-color: #70DFA7;
}
</style>
border-color css
<style>
span { border-color: #70DFA7; }
span { border-color: rgb(112,223,167); }
td.TdClassName
{
border-color: #70DFA7;
}
.TagClassName
{
border-color: #70DFA7;
}
</style>