Shades of Medium Aquamarine #70E7AD
Tints of Medium Aquamarine #70E7AD
RGB
CMYK
RGB Variations
Color information
#70E7AD (or 0x70E7AD) is known color: Medium Aquamarine. HEX triplet: 70, E7 and AD. RGB value is (112,231,173). Sum of RGB (Red+Green+Blue) = 112+231+173=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E7AD is #8F1852. Grayscale: #BCBCBC. Windows color (decimal): -9377875 or 11396976. OLE color: 11396976.
HSL color Cylindrical-coordinate representation of color #70E7AD: hue angle of 150.76º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7AD is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 173 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.09 |
| HSL | 150.76º | 0.71% | 0.67% | - |
| HSV(B) | 150.76º | 0.52% | 0.91% | - |
| XYZ | 42.8 | 63.61 | 49.56 | - |
| YUV | 188.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 173 | 0.52 | 0 | 0.25 | 0.09 | 150.76 | 0.71 | 0.67 |
| Hex | 70 | E7 | AD | 34 | 0 | 19 | 9 | 97 | 47 | 43 |
| Octal | 160 | 347 | 255 | 64 | 0 | 31 | 11 | 227 | 107 | 103 |
| Binary | 1110000 | 11100111 | 10101101 | 110100 | 0 | 11001 | 1001 | 10010111 | 1000111 | 1000011 |
Color Harmonies of #70E7AD
Complementary color
Monochromatic Colors of #70E7AD
Black with #70E7AD
Text Example
Text Example
White with #70E7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7AD; }
p { color: rgb(112,231,173); }
H1.HeaderClassName
{
color: #70E7AD;
}
.AnyTagClassName
{
color: #70E7AD;
}
</style>
background-color css
<style>
a { background-color: #70E7AD; }
a { background-color: rgb(112,231,173); }
div.DivClassName
{
background-color: #70E7AD;
}
.BgClassName
{
background-color: #70E7AD;
}
</style>
border-color css
<style>
span { border-color: #70E7AD; }
span { border-color: rgb(112,231,173); }
td.TdClassName
{
border-color: #70E7AD;
}
.TagClassName
{
border-color: #70E7AD;
}
</style>