Shades of Medium Aquamarine #70E8A3
Tints of Medium Aquamarine #70E8A3
RGB
CMYK
RGB Variations
Color information
#70E8A3 (or 0x70E8A3) is known color: Medium Aquamarine. HEX triplet: 70, E8 and A3. RGB value is (112,232,163). Sum of RGB (Red+Green+Blue) = 112+232+163=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E8A3 is #8F175C. Grayscale: #BCBCBC. Windows color (decimal): -9377629 or 10741872. OLE color: 10741872.
HSL color Cylindrical-coordinate representation of color #70E8A3: hue angle of 145.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 #70E8A3 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 163 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.09 |
| HSL | 145.5º | 0.72% | 0.67% | - |
| HSV(B) | 145.5º | 0.52% | 0.91% | - |
| XYZ | 42.15 | 63.8 | 44.74 | - |
| YUV | 188.25 | 113.74 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 163 | 0.52 | 0 | 0.30 | 0.09 | 145.5 | 0.72 | 0.67 |
| Hex | 70 | E8 | A3 | 34 | 0 | 1E | 9 | 92 | 48 | 43 |
| Octal | 160 | 350 | 243 | 64 | 0 | 36 | 11 | 222 | 110 | 103 |
| Binary | 1110000 | 11101000 | 10100011 | 110100 | 0 | 11110 | 1001 | 10010010 | 1001000 | 1000011 |
Color Harmonies of #70E8A3
Complementary color
Monochromatic Colors of #70E8A3
Black with #70E8A3
Text Example
Text Example
White with #70E8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8A3; }
p { color: rgb(112,232,163); }
H1.HeaderClassName
{
color: #70E8A3;
}
.AnyTagClassName
{
color: #70E8A3;
}
</style>
background-color css
<style>
a { background-color: #70E8A3; }
a { background-color: rgb(112,232,163); }
div.DivClassName
{
background-color: #70E8A3;
}
.BgClassName
{
background-color: #70E8A3;
}
</style>
border-color css
<style>
span { border-color: #70E8A3; }
span { border-color: rgb(112,232,163); }
td.TdClassName
{
border-color: #70E8A3;
}
.TagClassName
{
border-color: #70E8A3;
}
</style>