Shades of Medium Aquamarine #70E8AA
Tints of Medium Aquamarine #70E8AA
RGB
CMYK
RGB Variations
Color information
#70E8AA (or 0x70E8AA) is known color: Medium Aquamarine. HEX triplet: 70, E8 and AA. RGB value is (112,232,170). Sum of RGB (Red+Green+Blue) = 112+232+170=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E8AA is #8F1755. Grayscale: #BDBDBD. Windows color (decimal): -9377622 or 11200624. OLE color: 11200624.
HSL color Cylindrical-coordinate representation of color #70E8AA: hue angle of 149º 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 #70E8AA is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 170 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.09 |
| HSL | 149º | 0.72% | 0.67% | - |
| HSV(B) | 149º | 0.52% | 0.91% | - |
| XYZ | 42.79 | 64.06 | 48.14 | - |
| YUV | 189.05 | 117.24 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 170 | 0.52 | 0 | 0.27 | 0.09 | 149 | 0.72 | 0.67 |
| Hex | 70 | E8 | AA | 34 | 0 | 1B | 9 | 95 | 48 | 43 |
| Octal | 160 | 350 | 252 | 64 | 0 | 33 | 11 | 225 | 110 | 103 |
| Binary | 1110000 | 11101000 | 10101010 | 110100 | 0 | 11011 | 1001 | 10010101 | 1001000 | 1000011 |
Color Harmonies of #70E8AA
Complementary color
Monochromatic Colors of #70E8AA
Black with #70E8AA
Text Example
Text Example
White with #70E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8AA; }
p { color: rgb(112,232,170); }
H1.HeaderClassName
{
color: #70E8AA;
}
.AnyTagClassName
{
color: #70E8AA;
}
</style>
background-color css
<style>
a { background-color: #70E8AA; }
a { background-color: rgb(112,232,170); }
div.DivClassName
{
background-color: #70E8AA;
}
.BgClassName
{
background-color: #70E8AA;
}
</style>
border-color css
<style>
span { border-color: #70E8AA; }
span { border-color: rgb(112,232,170); }
td.TdClassName
{
border-color: #70E8AA;
}
.TagClassName
{
border-color: #70E8AA;
}
</style>