Shades of Medium Aquamarine #70F7A8
Tints of Medium Aquamarine #70F7A8
RGB
CMYK
RGB Variations
Color information
#70F7A8 (or 0x70F7A8) is known color: Medium Aquamarine. HEX triplet: 70, F7 and A8. RGB value is (112,247,168). Sum of RGB (Red+Green+Blue) = 112+247+168=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #70F7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F7A8 is #8F0857. Grayscale: #C5C5C5. Windows color (decimal): -9373784 or 11073392. OLE color: 11073392.
HSL color Cylindrical-coordinate representation of color #70F7A8: hue angle of 144.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F7A8 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 168 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.03 |
| HSL | 144.89º | 0.89% | 0.7% | - |
| HSV(B) | 144.89º | 0.55% | 0.97% | - |
| XYZ | 47.01 | 72.79 | 48.62 | - |
| YUV | 197.63 | 111.27 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 168 | 0.55 | 0 | 0.32 | 0.03 | 144.89 | 0.89 | 0.7 |
| Hex | 70 | F7 | A8 | 37 | 0 | 20 | 3 | 91 | 59 | 46 |
| Octal | 160 | 367 | 250 | 67 | 0 | 40 | 3 | 221 | 131 | 106 |
| Binary | 1110000 | 11110111 | 10101000 | 110111 | 0 | 100000 | 11 | 10010001 | 1011001 | 1000110 |
Color Harmonies of #70F7A8
Complementary color
Monochromatic Colors of #70F7A8
Black with #70F7A8
Text Example
Text Example
White with #70F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F7A8; }
p { color: rgb(112,247,168); }
H1.HeaderClassName
{
color: #70F7A8;
}
.AnyTagClassName
{
color: #70F7A8;
}
</style>
background-color css
<style>
a { background-color: #70F7A8; }
a { background-color: rgb(112,247,168); }
div.DivClassName
{
background-color: #70F7A8;
}
.BgClassName
{
background-color: #70F7A8;
}
</style>
border-color css
<style>
span { border-color: #70F7A8; }
span { border-color: rgb(112,247,168); }
td.TdClassName
{
border-color: #70F7A8;
}
.TagClassName
{
border-color: #70F7A8;
}
</style>