Shades of Medium Aquamarine #70E3A4
Tints of Medium Aquamarine #70E3A4
RGB
CMYK
RGB Variations
Color information
#70E3A4 (or 0x70E3A4) is known color: Medium Aquamarine. HEX triplet: 70, E3 and A4. RGB value is (112,227,164). Sum of RGB (Red+Green+Blue) = 112+227+164=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E3A4 is #8F1C5B. Grayscale: #B9B9B9. Windows color (decimal): -9378908 or 10806128. OLE color: 10806128.
HSL color Cylindrical-coordinate representation of color #70E3A4: hue angle of 147.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3A4 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 164 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.11 |
| HSL | 147.13º | 0.67% | 0.66% | - |
| HSV(B) | 147.13º | 0.51% | 0.89% | - |
| XYZ | 40.85 | 61.06 | 44.76 | - |
| YUV | 185.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 164 | 0.51 | 0 | 0.28 | 0.11 | 147.13 | 0.67 | 0.66 |
| Hex | 70 | E3 | A4 | 33 | 0 | 1C | B | 93 | 43 | 42 |
| Octal | 160 | 343 | 244 | 63 | 0 | 34 | 13 | 223 | 103 | 102 |
| Binary | 1110000 | 11100011 | 10100100 | 110011 | 0 | 11100 | 1011 | 10010011 | 1000011 | 1000010 |
Color Harmonies of #70E3A4
Complementary color
Monochromatic Colors of #70E3A4
Black with #70E3A4
Text Example
Text Example
White with #70E3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3A4; }
p { color: rgb(112,227,164); }
H1.HeaderClassName
{
color: #70E3A4;
}
.AnyTagClassName
{
color: #70E3A4;
}
</style>
background-color css
<style>
a { background-color: #70E3A4; }
a { background-color: rgb(112,227,164); }
div.DivClassName
{
background-color: #70E3A4;
}
.BgClassName
{
background-color: #70E3A4;
}
</style>
border-color css
<style>
span { border-color: #70E3A4; }
span { border-color: rgb(112,227,164); }
td.TdClassName
{
border-color: #70E3A4;
}
.TagClassName
{
border-color: #70E3A4;
}
</style>