Shades of Medium Aquamarine #70C7A8
Tints of Medium Aquamarine #70C7A8
RGB
CMYK
RGB Variations
Color information
#70C7A8 (or 0x70C7A8) is known color: Medium Aquamarine. HEX triplet: 70, C7 and A8. RGB value is (112,199,168). Sum of RGB (Red+Green+Blue) = 112+199+168=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #70C7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C7A8 is #8F3857. Grayscale: #A9A9A9. Windows color (decimal): -9386072 or 11061104. OLE color: 11061104.
HSL color Cylindrical-coordinate representation of color #70C7A8: hue angle of 158.62º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C7A8 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 168 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.22 |
| HSL | 158.62º | 0.44% | 0.61% | - |
| HSV(B) | 158.62º | 0.44% | 0.78% | - |
| XYZ | 34.17 | 47.12 | 44.34 | - |
| YUV | 169.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 168 | 0.44 | 0 | 0.16 | 0.22 | 158.62 | 0.44 | 0.61 |
| Hex | 70 | C7 | A8 | 2C | 0 | 10 | 16 | 9F | 2C | 3D |
| Octal | 160 | 307 | 250 | 54 | 0 | 20 | 26 | 237 | 54 | 75 |
| Binary | 1110000 | 11000111 | 10101000 | 101100 | 0 | 10000 | 10110 | 10011111 | 101100 | 111101 |
Color Harmonies of #70C7A8
Complementary color
Monochromatic Colors of #70C7A8
Black with #70C7A8
Text Example
Text Example
White with #70C7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C7A8; }
p { color: rgb(112,199,168); }
H1.HeaderClassName
{
color: #70C7A8;
}
.AnyTagClassName
{
color: #70C7A8;
}
</style>
background-color css
<style>
a { background-color: #70C7A8; }
a { background-color: rgb(112,199,168); }
div.DivClassName
{
background-color: #70C7A8;
}
.BgClassName
{
background-color: #70C7A8;
}
</style>
border-color css
<style>
span { border-color: #70C7A8; }
span { border-color: rgb(112,199,168); }
td.TdClassName
{
border-color: #70C7A8;
}
.TagClassName
{
border-color: #70C7A8;
}
</style>