Shades of Medium Aquamarine #70F0A2
Tints of Medium Aquamarine #70F0A2
RGB
CMYK
RGB Variations
Color information
#70F0A2 (or 0x70F0A2) is known color: Medium Aquamarine. HEX triplet: 70, F0 and A2. RGB value is (112,240,162). Sum of RGB (Red+Green+Blue) = 112+240+162=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F0A2 is #8F0F5D. Grayscale: #C1C1C1. Windows color (decimal): -9375582 or 10678384. OLE color: 10678384.
HSL color Cylindrical-coordinate representation of color #70F0A2: hue angle of 143.44º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F0A2 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 162 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.06 |
| HSL | 143.44º | 0.81% | 0.69% | - |
| HSV(B) | 143.44º | 0.53% | 0.94% | - |
| XYZ | 44.36 | 68.37 | 45.04 | - |
| YUV | 192.84 | 110.59 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 162 | 0.53 | 0 | 0.32 | 0.06 | 143.44 | 0.81 | 0.69 |
| Hex | 70 | F0 | A2 | 35 | 0 | 20 | 6 | 8F | 51 | 45 |
| Octal | 160 | 360 | 242 | 65 | 0 | 40 | 6 | 217 | 121 | 105 |
| Binary | 1110000 | 11110000 | 10100010 | 110101 | 0 | 100000 | 110 | 10001111 | 1010001 | 1000101 |
Color Harmonies of #70F0A2
Complementary color
Monochromatic Colors of #70F0A2
Black with #70F0A2
Text Example
Text Example
White with #70F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F0A2; }
p { color: rgb(112,240,162); }
H1.HeaderClassName
{
color: #70F0A2;
}
.AnyTagClassName
{
color: #70F0A2;
}
</style>
background-color css
<style>
a { background-color: #70F0A2; }
a { background-color: rgb(112,240,162); }
div.DivClassName
{
background-color: #70F0A2;
}
.BgClassName
{
background-color: #70F0A2;
}
</style>
border-color css
<style>
span { border-color: #70F0A2; }
span { border-color: rgb(112,240,162); }
td.TdClassName
{
border-color: #70F0A2;
}
.TagClassName
{
border-color: #70F0A2;
}
</style>