Shades of Medium Aquamarine #70DDA7
Tints of Medium Aquamarine #70DDA7
RGB
CMYK
RGB Variations
Color information
#70DDA7 (or 0x70DDA7) is known color: Medium Aquamarine. HEX triplet: 70, DD and A7. RGB value is (112,221,167). Sum of RGB (Red+Green+Blue) = 112+221+167=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDA7 is #8F2258. Grayscale: #B6B6B6. Windows color (decimal): -9380441 or 11001200. OLE color: 11001200.
HSL color Cylindrical-coordinate representation of color #70DDA7: hue angle of 150.28º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDA7 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 167 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.13 |
| HSL | 150.28º | 0.62% | 0.65% | - |
| HSV(B) | 150.28º | 0.49% | 0.87% | - |
| XYZ | 39.51 | 57.95 | 45.66 | - |
| YUV | 182.25 | 119.39 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 167 | 0.49 | 0 | 0.24 | 0.13 | 150.28 | 0.62 | 0.65 |
| Hex | 70 | DD | A7 | 31 | 0 | 18 | D | 96 | 3E | 41 |
| Octal | 160 | 335 | 247 | 61 | 0 | 30 | 15 | 226 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10100111 | 110001 | 0 | 11000 | 1101 | 10010110 | 111110 | 1000001 |
Color Harmonies of #70DDA7
Complementary color
Monochromatic Colors of #70DDA7
Black with #70DDA7
Text Example
Text Example
White with #70DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDA7; }
p { color: rgb(112,221,167); }
H1.HeaderClassName
{
color: #70DDA7;
}
.AnyTagClassName
{
color: #70DDA7;
}
</style>
background-color css
<style>
a { background-color: #70DDA7; }
a { background-color: rgb(112,221,167); }
div.DivClassName
{
background-color: #70DDA7;
}
.BgClassName
{
background-color: #70DDA7;
}
</style>
border-color css
<style>
span { border-color: #70DDA7; }
span { border-color: rgb(112,221,167); }
td.TdClassName
{
border-color: #70DDA7;
}
.TagClassName
{
border-color: #70DDA7;
}
</style>