Shades of Medium Aquamarine #70E89D
Tints of Medium Aquamarine #70E89D
RGB
CMYK
RGB Variations
Color information
#70E89D (or 0x70E89D) is known color: Medium Aquamarine. HEX triplet: 70, E8 and 9D. RGB value is (112,232,157). Sum of RGB (Red+Green+Blue) = 112+232+157=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #70E89D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E89D is #8F1762. Grayscale: #BBBBBB. Windows color (decimal): -9377635 or 10348656. OLE color: 10348656.
HSL color Cylindrical-coordinate representation of color #70E89D: hue angle of 142.5º degrees, saturation: 0.72, 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 #70E89D is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 157 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.09 |
| HSL | 142.5º | 0.72% | 0.67% | - |
| HSV(B) | 142.5º | 0.52% | 0.91% | - |
| XYZ | 41.62 | 63.59 | 41.98 | - |
| YUV | 187.57 | 110.74 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 157 | 0.52 | 0 | 0.32 | 0.09 | 142.5 | 0.72 | 0.67 |
| Hex | 70 | E8 | 9D | 34 | 0 | 20 | 9 | 8E | 48 | 43 |
| Octal | 160 | 350 | 235 | 64 | 0 | 40 | 11 | 216 | 110 | 103 |
| Binary | 1110000 | 11101000 | 10011101 | 110100 | 0 | 100000 | 1001 | 10001110 | 1001000 | 1000011 |
Color Harmonies of #70E89D
Complementary color
Monochromatic Colors of #70E89D
Black with #70E89D
Text Example
Text Example
White with #70E89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E89D; }
p { color: rgb(112,232,157); }
H1.HeaderClassName
{
color: #70E89D;
}
.AnyTagClassName
{
color: #70E89D;
}
</style>
background-color css
<style>
a { background-color: #70E89D; }
a { background-color: rgb(112,232,157); }
div.DivClassName
{
background-color: #70E89D;
}
.BgClassName
{
background-color: #70E89D;
}
</style>
border-color css
<style>
span { border-color: #70E89D; }
span { border-color: rgb(112,232,157); }
td.TdClassName
{
border-color: #70E89D;
}
.TagClassName
{
border-color: #70E89D;
}
</style>