Shades of Medium Aquamarine #70E3AD
Tints of Medium Aquamarine #70E3AD
RGB
CMYK
RGB Variations
Color information
#70E3AD (or 0x70E3AD) is known color: Medium Aquamarine. HEX triplet: 70, E3 and AD. RGB value is (112,227,173). Sum of RGB (Red+Green+Blue) = 112+227+173=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E3AD is #8F1C52. Grayscale: #BABABA. Windows color (decimal): -9378899 or 11395952. OLE color: 11395952.
HSL color Cylindrical-coordinate representation of color #70E3AD: hue angle of 151.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3AD is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 173 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.11 |
| HSL | 151.83º | 0.67% | 0.66% | - |
| HSV(B) | 151.83º | 0.51% | 0.89% | - |
| XYZ | 41.69 | 61.4 | 49.19 | - |
| YUV | 186.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 173 | 0.51 | 0 | 0.24 | 0.11 | 151.83 | 0.67 | 0.66 |
| Hex | 70 | E3 | AD | 33 | 0 | 18 | B | 98 | 43 | 42 |
| Octal | 160 | 343 | 255 | 63 | 0 | 30 | 13 | 230 | 103 | 102 |
| Binary | 1110000 | 11100011 | 10101101 | 110011 | 0 | 11000 | 1011 | 10011000 | 1000011 | 1000010 |
Color Harmonies of #70E3AD
Complementary color
Monochromatic Colors of #70E3AD
Black with #70E3AD
Text Example
Text Example
White with #70E3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3AD; }
p { color: rgb(112,227,173); }
H1.HeaderClassName
{
color: #70E3AD;
}
.AnyTagClassName
{
color: #70E3AD;
}
</style>
background-color css
<style>
a { background-color: #70E3AD; }
a { background-color: rgb(112,227,173); }
div.DivClassName
{
background-color: #70E3AD;
}
.BgClassName
{
background-color: #70E3AD;
}
</style>
border-color css
<style>
span { border-color: #70E3AD; }
span { border-color: rgb(112,227,173); }
td.TdClassName
{
border-color: #70E3AD;
}
.TagClassName
{
border-color: #70E3AD;
}
</style>