Shades of Medium Aquamarine #70E19F
Tints of Medium Aquamarine #70E19F
RGB
CMYK
RGB Variations
Color information
#70E19F (or 0x70E19F) is known color: Medium Aquamarine. HEX triplet: 70, E1 and 9F. RGB value is (112,225,159). Sum of RGB (Red+Green+Blue) = 112+225+159=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #70E19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E19F is #8F1E60. Grayscale: #B7B7B7. Windows color (decimal): -9379425 or 10477936. OLE color: 10477936.
HSL color Cylindrical-coordinate representation of color #70E19F: hue angle of 144.96º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E19F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 225 | 159 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.12 |
| HSL | 144.96º | 0.65% | 0.66% | - |
| HSV(B) | 144.96º | 0.5% | 0.88% | - |
| XYZ | 39.87 | 59.8 | 42.24 | - |
| YUV | 183.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 225 | 159 | 0.50 | 0 | 0.29 | 0.12 | 144.96 | 0.65 | 0.66 |
| Hex | 70 | E1 | 9F | 32 | 0 | 1D | C | 91 | 41 | 42 |
| Octal | 160 | 341 | 237 | 62 | 0 | 35 | 14 | 221 | 101 | 102 |
| Binary | 1110000 | 11100001 | 10011111 | 110010 | 0 | 11101 | 1100 | 10010001 | 1000001 | 1000010 |
Color Harmonies of #70E19F
Complementary color
Monochromatic Colors of #70E19F
Black with #70E19F
Text Example
Text Example
White with #70E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E19F; }
p { color: rgb(112,225,159); }
H1.HeaderClassName
{
color: #70E19F;
}
.AnyTagClassName
{
color: #70E19F;
}
</style>
background-color css
<style>
a { background-color: #70E19F; }
a { background-color: rgb(112,225,159); }
div.DivClassName
{
background-color: #70E19F;
}
.BgClassName
{
background-color: #70E19F;
}
</style>
border-color css
<style>
span { border-color: #70E19F; }
span { border-color: rgb(112,225,159); }
td.TdClassName
{
border-color: #70E19F;
}
.TagClassName
{
border-color: #70E19F;
}
</style>