Shades of Medium Aquamarine #70E8A1
Tints of Medium Aquamarine #70E8A1
RGB
CMYK
RGB Variations
Color information
#70E8A1 (or 0x70E8A1) is known color: Medium Aquamarine. HEX triplet: 70, E8 and A1. RGB value is (112,232,161). Sum of RGB (Red+Green+Blue) = 112+232+161=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E8A1 is #8F175E. Grayscale: #BCBCBC. Windows color (decimal): -9377631 or 10610800. OLE color: 10610800.
HSL color Cylindrical-coordinate representation of color #70E8A1: hue angle of 144.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 #70E8A1 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 161 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.09 |
| HSL | 144.5º | 0.72% | 0.67% | - |
| HSV(B) | 144.5º | 0.52% | 0.91% | - |
| XYZ | 41.97 | 63.73 | 43.81 | - |
| YUV | 188.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 161 | 0.52 | 0 | 0.31 | 0.09 | 144.5 | 0.72 | 0.67 |
| Hex | 70 | E8 | A1 | 34 | 0 | 1F | 9 | 90 | 48 | 43 |
| Octal | 160 | 350 | 241 | 64 | 0 | 37 | 11 | 220 | 110 | 103 |
| Binary | 1110000 | 11101000 | 10100001 | 110100 | 0 | 11111 | 1001 | 10010000 | 1001000 | 1000011 |
Color Harmonies of #70E8A1
Complementary color
Monochromatic Colors of #70E8A1
Black with #70E8A1
Text Example
Text Example
White with #70E8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8A1; }
p { color: rgb(112,232,161); }
H1.HeaderClassName
{
color: #70E8A1;
}
.AnyTagClassName
{
color: #70E8A1;
}
</style>
background-color css
<style>
a { background-color: #70E8A1; }
a { background-color: rgb(112,232,161); }
div.DivClassName
{
background-color: #70E8A1;
}
.BgClassName
{
background-color: #70E8A1;
}
</style>
border-color css
<style>
span { border-color: #70E8A1; }
span { border-color: rgb(112,232,161); }
td.TdClassName
{
border-color: #70E8A1;
}
.TagClassName
{
border-color: #70E8A1;
}
</style>