Shades of Medium Aquamarine #70E5A8
Tints of Medium Aquamarine #70E5A8
RGB
CMYK
RGB Variations
Color information
#70E5A8 (or 0x70E5A8) is known color: Medium Aquamarine. HEX triplet: 70, E5 and A8. RGB value is (112,229,168). Sum of RGB (Red+Green+Blue) = 112+229+168=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #70E5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E5A8 is #8F1A57. Grayscale: #BBBBBB. Windows color (decimal): -9378392 or 11068784. OLE color: 11068784.
HSL color Cylindrical-coordinate representation of color #70E5A8: hue angle of 148.72º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E5A8 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 168 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.10 |
| HSL | 148.72º | 0.69% | 0.67% | - |
| HSV(B) | 148.72º | 0.51% | 0.9% | - |
| XYZ | 41.77 | 62.31 | 46.87 | - |
| YUV | 187.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 168 | 0.51 | 0 | 0.27 | 0.10 | 148.72 | 0.69 | 0.67 |
| Hex | 70 | E5 | A8 | 33 | 0 | 1B | A | 95 | 45 | 43 |
| Octal | 160 | 345 | 250 | 63 | 0 | 33 | 12 | 225 | 105 | 103 |
| Binary | 1110000 | 11100101 | 10101000 | 110011 | 0 | 11011 | 1010 | 10010101 | 1000101 | 1000011 |
Color Harmonies of #70E5A8
Complementary color
Monochromatic Colors of #70E5A8
Black with #70E5A8
Text Example
Text Example
White with #70E5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E5A8; }
p { color: rgb(112,229,168); }
H1.HeaderClassName
{
color: #70E5A8;
}
.AnyTagClassName
{
color: #70E5A8;
}
</style>
background-color css
<style>
a { background-color: #70E5A8; }
a { background-color: rgb(112,229,168); }
div.DivClassName
{
background-color: #70E5A8;
}
.BgClassName
{
background-color: #70E5A8;
}
</style>
border-color css
<style>
span { border-color: #70E5A8; }
span { border-color: rgb(112,229,168); }
td.TdClassName
{
border-color: #70E5A8;
}
.TagClassName
{
border-color: #70E5A8;
}
</style>