Shades of Medium Aquamarine #70ECAC
Tints of Medium Aquamarine #70ECAC
RGB
CMYK
RGB Variations
Color information
#70ECAC (or 0x70ECAC) is known color: Medium Aquamarine. HEX triplet: 70, EC and AC. RGB value is (112,236,172). Sum of RGB (Red+Green+Blue) = 112+236+172=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECAC is #8F1353. Grayscale: #BFBFBF. Windows color (decimal): -9376596 or 11332720. OLE color: 11332720.
HSL color Cylindrical-coordinate representation of color #70ECAC: hue angle of 149.03º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECAC is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 172 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.07 |
| HSL | 149.03º | 0.77% | 0.68% | - |
| HSV(B) | 149.03º | 0.53% | 0.93% | - |
| XYZ | 44.12 | 66.41 | 49.52 | - |
| YUV | 191.63 | 116.92 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 172 | 0.53 | 0 | 0.27 | 0.07 | 149.03 | 0.77 | 0.68 |
| Hex | 70 | EC | AC | 35 | 0 | 1B | 7 | 95 | 4D | 44 |
| Octal | 160 | 354 | 254 | 65 | 0 | 33 | 7 | 225 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10101100 | 110101 | 0 | 11011 | 111 | 10010101 | 1001101 | 1000100 |
Color Harmonies of #70ECAC
Complementary color
Monochromatic Colors of #70ECAC
Black with #70ECAC
Text Example
Text Example
White with #70ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECAC; }
p { color: rgb(112,236,172); }
H1.HeaderClassName
{
color: #70ECAC;
}
.AnyTagClassName
{
color: #70ECAC;
}
</style>
background-color css
<style>
a { background-color: #70ECAC; }
a { background-color: rgb(112,236,172); }
div.DivClassName
{
background-color: #70ECAC;
}
.BgClassName
{
background-color: #70ECAC;
}
</style>
border-color css
<style>
span { border-color: #70ECAC; }
span { border-color: rgb(112,236,172); }
td.TdClassName
{
border-color: #70ECAC;
}
.TagClassName
{
border-color: #70ECAC;
}
</style>