Shades of Medium Aquamarine #70D49C
Tints of Medium Aquamarine #70D49C
RGB
CMYK
RGB Variations
Color information
#70D49C (or 0x70D49C) is known color: Medium Aquamarine. HEX triplet: 70, D4 and 9C. RGB value is (112,212,156). Sum of RGB (Red+Green+Blue) = 112+212+156=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #70D49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D49C is #8F2B63. Grayscale: #AFAFAF. Windows color (decimal): -9382756 or 10278000. OLE color: 10278000.
HSL color Cylindrical-coordinate representation of color #70D49C: hue angle of 146.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D49C is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 212 | 156 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.17 |
| HSL | 146.4º | 0.54% | 0.64% | - |
| HSV(B) | 146.4º | 0.47% | 0.83% | - |
| XYZ | 36.23 | 52.93 | 39.76 | - |
| YUV | 175.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 156 | 0.47 | 0 | 0.26 | 0.17 | 146.4 | 0.54 | 0.64 |
| Hex | 70 | D4 | 9C | 2F | 0 | 1A | 11 | 92 | 36 | 40 |
| Octal | 160 | 324 | 234 | 57 | 0 | 32 | 21 | 222 | 66 | 100 |
| Binary | 1110000 | 11010100 | 10011100 | 101111 | 0 | 11010 | 10001 | 10010010 | 110110 | 1000000 |
Color Harmonies of #70D49C
Complementary color
Monochromatic Colors of #70D49C
Black with #70D49C
Text Example
Text Example
White with #70D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D49C; }
p { color: rgb(112,212,156); }
H1.HeaderClassName
{
color: #70D49C;
}
.AnyTagClassName
{
color: #70D49C;
}
</style>
background-color css
<style>
a { background-color: #70D49C; }
a { background-color: rgb(112,212,156); }
div.DivClassName
{
background-color: #70D49C;
}
.BgClassName
{
background-color: #70D49C;
}
</style>
border-color css
<style>
span { border-color: #70D49C; }
span { border-color: rgb(112,212,156); }
td.TdClassName
{
border-color: #70D49C;
}
.TagClassName
{
border-color: #70D49C;
}
</style>