Shades of Medium Aquamarine #70EEA0
Tints of Medium Aquamarine #70EEA0
RGB
CMYK
RGB Variations
Color information
#70EEA0 (or 0x70EEA0) is known color: Medium Aquamarine. HEX triplet: 70, EE and A0. RGB value is (112,238,160). Sum of RGB (Red+Green+Blue) = 112+238+160=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EEA0 is #8F115F. Grayscale: #BFBFBF. Windows color (decimal): -9376096 or 10546800. OLE color: 10546800.
HSL color Cylindrical-coordinate representation of color #70EEA0: hue angle of 142.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEA0 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 160 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.07 |
| HSL | 142.86º | 0.79% | 0.69% | - |
| HSV(B) | 142.86º | 0.53% | 0.93% | - |
| XYZ | 43.6 | 67.13 | 43.92 | - |
| YUV | 191.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 160 | 0.53 | 0 | 0.33 | 0.07 | 142.86 | 0.79 | 0.69 |
| Hex | 70 | EE | A0 | 35 | 0 | 21 | 7 | 8F | 4F | 45 |
| Octal | 160 | 356 | 240 | 65 | 0 | 41 | 7 | 217 | 117 | 105 |
| Binary | 1110000 | 11101110 | 10100000 | 110101 | 0 | 100001 | 111 | 10001111 | 1001111 | 1000101 |
Color Harmonies of #70EEA0
Complementary color
Monochromatic Colors of #70EEA0
Black with #70EEA0
Text Example
Text Example
White with #70EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EEA0; }
p { color: rgb(112,238,160); }
H1.HeaderClassName
{
color: #70EEA0;
}
.AnyTagClassName
{
color: #70EEA0;
}
</style>
background-color css
<style>
a { background-color: #70EEA0; }
a { background-color: rgb(112,238,160); }
div.DivClassName
{
background-color: #70EEA0;
}
.BgClassName
{
background-color: #70EEA0;
}
</style>
border-color css
<style>
span { border-color: #70EEA0; }
span { border-color: rgb(112,238,160); }
td.TdClassName
{
border-color: #70EEA0;
}
.TagClassName
{
border-color: #70EEA0;
}
</style>