Shades of Medium Aquamarine #70E8A2
Tints of Medium Aquamarine #70E8A2
RGB
CMYK
RGB Variations
Color information
#70E8A2 (or 0x70E8A2) is known color: Medium Aquamarine. HEX triplet: 70, E8 and A2. RGB value is (112,232,162). Sum of RGB (Red+Green+Blue) = 112+232+162=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E8A2 is #8F175D. Grayscale: #BCBCBC. Windows color (decimal): -9377630 or 10676336. OLE color: 10676336.
HSL color Cylindrical-coordinate representation of color #70E8A2: hue angle of 145º 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 #70E8A2 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 162 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.09 |
| HSL | 145º | 0.72% | 0.67% | - |
| HSV(B) | 145º | 0.52% | 0.91% | - |
| XYZ | 42.06 | 63.77 | 44.27 | - |
| YUV | 188.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 162 | 0.52 | 0 | 0.30 | 0.09 | 145 | 0.72 | 0.67 |
| Hex | 70 | E8 | A2 | 34 | 0 | 1E | 9 | 91 | 48 | 43 |
| Octal | 160 | 350 | 242 | 64 | 0 | 36 | 11 | 221 | 110 | 103 |
| Binary | 1110000 | 11101000 | 10100010 | 110100 | 0 | 11110 | 1001 | 10010001 | 1001000 | 1000011 |
Color Harmonies of #70E8A2
Complementary color
Monochromatic Colors of #70E8A2
Black with #70E8A2
Text Example
Text Example
White with #70E8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8A2; }
p { color: rgb(112,232,162); }
H1.HeaderClassName
{
color: #70E8A2;
}
.AnyTagClassName
{
color: #70E8A2;
}
</style>
background-color css
<style>
a { background-color: #70E8A2; }
a { background-color: rgb(112,232,162); }
div.DivClassName
{
background-color: #70E8A2;
}
.BgClassName
{
background-color: #70E8A2;
}
</style>
border-color css
<style>
span { border-color: #70E8A2; }
span { border-color: rgb(112,232,162); }
td.TdClassName
{
border-color: #70E8A2;
}
.TagClassName
{
border-color: #70E8A2;
}
</style>