Shades of Medium Aquamarine #70E9AC
Tints of Medium Aquamarine #70E9AC
RGB
CMYK
RGB Variations
Color information
#70E9AC (or 0x70E9AC) is known color: Medium Aquamarine. HEX triplet: 70, E9 and AC. RGB value is (112,233,172). Sum of RGB (Red+Green+Blue) = 112+233+172=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E9AC is #8F1653. Grayscale: #BDBDBD. Windows color (decimal): -9377364 or 11331952. OLE color: 11331952.
HSL color Cylindrical-coordinate representation of color #70E9AC: hue angle of 149.75º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9AC is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 172 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.09 |
| HSL | 149.75º | 0.73% | 0.68% | - |
| HSV(B) | 149.75º | 0.52% | 0.91% | - |
| XYZ | 43.27 | 64.7 | 49.24 | - |
| YUV | 189.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 172 | 0.52 | 0 | 0.26 | 0.09 | 149.75 | 0.73 | 0.68 |
| Hex | 70 | E9 | AC | 34 | 0 | 1A | 9 | 96 | 49 | 44 |
| Octal | 160 | 351 | 254 | 64 | 0 | 32 | 11 | 226 | 111 | 104 |
| Binary | 1110000 | 11101001 | 10101100 | 110100 | 0 | 11010 | 1001 | 10010110 | 1001001 | 1000100 |
Color Harmonies of #70E9AC
Complementary color
Monochromatic Colors of #70E9AC
Black with #70E9AC
Text Example
Text Example
White with #70E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E9AC; }
p { color: rgb(112,233,172); }
H1.HeaderClassName
{
color: #70E9AC;
}
.AnyTagClassName
{
color: #70E9AC;
}
</style>
background-color css
<style>
a { background-color: #70E9AC; }
a { background-color: rgb(112,233,172); }
div.DivClassName
{
background-color: #70E9AC;
}
.BgClassName
{
background-color: #70E9AC;
}
</style>
border-color css
<style>
span { border-color: #70E9AC; }
span { border-color: rgb(112,233,172); }
td.TdClassName
{
border-color: #70E9AC;
}
.TagClassName
{
border-color: #70E9AC;
}
</style>