Shades of Medium Aquamarine #70E0AD
Tints of Medium Aquamarine #70E0AD
RGB
CMYK
RGB Variations
Color information
#70E0AD (or 0x70E0AD) is known color: Medium Aquamarine. HEX triplet: 70, E0 and AD. RGB value is (112,224,173). Sum of RGB (Red+Green+Blue) = 112+224+173=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E0AD is #8F1F52. Grayscale: #B8B8B8. Windows color (decimal): -9379667 or 11395184. OLE color: 11395184.
HSL color Cylindrical-coordinate representation of color #70E0AD: hue angle of 152.68º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E0AD is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 173 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.12 |
| HSL | 152.68º | 0.64% | 0.66% | - |
| HSV(B) | 152.68º | 0.5% | 0.88% | - |
| XYZ | 40.88 | 59.77 | 48.92 | - |
| YUV | 184.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 173 | 0.50 | 0 | 0.23 | 0.12 | 152.68 | 0.64 | 0.66 |
| Hex | 70 | E0 | AD | 32 | 0 | 17 | C | 99 | 40 | 42 |
| Octal | 160 | 340 | 255 | 62 | 0 | 27 | 14 | 231 | 100 | 102 |
| Binary | 1110000 | 11100000 | 10101101 | 110010 | 0 | 10111 | 1100 | 10011001 | 1000000 | 1000010 |
Color Harmonies of #70E0AD
Complementary color
Monochromatic Colors of #70E0AD
Black with #70E0AD
Text Example
Text Example
White with #70E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E0AD; }
p { color: rgb(112,224,173); }
H1.HeaderClassName
{
color: #70E0AD;
}
.AnyTagClassName
{
color: #70E0AD;
}
</style>
background-color css
<style>
a { background-color: #70E0AD; }
a { background-color: rgb(112,224,173); }
div.DivClassName
{
background-color: #70E0AD;
}
.BgClassName
{
background-color: #70E0AD;
}
</style>
border-color css
<style>
span { border-color: #70E0AD; }
span { border-color: rgb(112,224,173); }
td.TdClassName
{
border-color: #70E0AD;
}
.TagClassName
{
border-color: #70E0AD;
}
</style>