Shades of Medium Aquamarine #70E3A2
Tints of Medium Aquamarine #70E3A2
RGB
CMYK
RGB Variations
Color information
#70E3A2 (or 0x70E3A2) is known color: Medium Aquamarine. HEX triplet: 70, E3 and A2. RGB value is (112,227,162). Sum of RGB (Red+Green+Blue) = 112+227+162=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E3A2 is #8F1C5D. Grayscale: #B9B9B9. Windows color (decimal): -9378910 or 10675056. OLE color: 10675056.
HSL color Cylindrical-coordinate representation of color #70E3A2: hue angle of 146.09º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3A2 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 162 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.11 |
| HSL | 146.09º | 0.67% | 0.66% | - |
| HSV(B) | 146.09º | 0.51% | 0.89% | - |
| XYZ | 40.67 | 60.99 | 43.81 | - |
| YUV | 185.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 162 | 0.51 | 0 | 0.29 | 0.11 | 146.09 | 0.67 | 0.66 |
| Hex | 70 | E3 | A2 | 33 | 0 | 1D | B | 92 | 43 | 42 |
| Octal | 160 | 343 | 242 | 63 | 0 | 35 | 13 | 222 | 103 | 102 |
| Binary | 1110000 | 11100011 | 10100010 | 110011 | 0 | 11101 | 1011 | 10010010 | 1000011 | 1000010 |
Color Harmonies of #70E3A2
Complementary color
Monochromatic Colors of #70E3A2
Black with #70E3A2
Text Example
Text Example
White with #70E3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3A2; }
p { color: rgb(112,227,162); }
H1.HeaderClassName
{
color: #70E3A2;
}
.AnyTagClassName
{
color: #70E3A2;
}
</style>
background-color css
<style>
a { background-color: #70E3A2; }
a { background-color: rgb(112,227,162); }
div.DivClassName
{
background-color: #70E3A2;
}
.BgClassName
{
background-color: #70E3A2;
}
</style>
border-color css
<style>
span { border-color: #70E3A2; }
span { border-color: rgb(112,227,162); }
td.TdClassName
{
border-color: #70E3A2;
}
.TagClassName
{
border-color: #70E3A2;
}
</style>