Shades of Medium Aquamarine #70E7A1
Tints of Medium Aquamarine #70E7A1
RGB
CMYK
RGB Variations
Color information
#70E7A1 (or 0x70E7A1) is known color: Medium Aquamarine. HEX triplet: 70, E7 and A1. RGB value is (112,231,161). Sum of RGB (Red+Green+Blue) = 112+231+161=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E7A1 is #8F185E. Grayscale: #BBBBBB. Windows color (decimal): -9377887 or 10610544. OLE color: 10610544.
HSL color Cylindrical-coordinate representation of color #70E7A1: hue angle of 144.71º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7A1 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 161 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.09 |
| HSL | 144.71º | 0.71% | 0.67% | - |
| HSV(B) | 144.71º | 0.52% | 0.91% | - |
| XYZ | 41.69 | 63.17 | 43.71 | - |
| YUV | 187.44 | 113.08 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 161 | 0.52 | 0 | 0.30 | 0.09 | 144.71 | 0.71 | 0.67 |
| Hex | 70 | E7 | A1 | 34 | 0 | 1E | 9 | 91 | 47 | 43 |
| Octal | 160 | 347 | 241 | 64 | 0 | 36 | 11 | 221 | 107 | 103 |
| Binary | 1110000 | 11100111 | 10100001 | 110100 | 0 | 11110 | 1001 | 10010001 | 1000111 | 1000011 |
Color Harmonies of #70E7A1
Complementary color
Monochromatic Colors of #70E7A1
Black with #70E7A1
Text Example
Text Example
White with #70E7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7A1; }
p { color: rgb(112,231,161); }
H1.HeaderClassName
{
color: #70E7A1;
}
.AnyTagClassName
{
color: #70E7A1;
}
</style>
background-color css
<style>
a { background-color: #70E7A1; }
a { background-color: rgb(112,231,161); }
div.DivClassName
{
background-color: #70E7A1;
}
.BgClassName
{
background-color: #70E7A1;
}
</style>
border-color css
<style>
span { border-color: #70E7A1; }
span { border-color: rgb(112,231,161); }
td.TdClassName
{
border-color: #70E7A1;
}
.TagClassName
{
border-color: #70E7A1;
}
</style>