Shades of Medium Aquamarine #70C7A2
Tints of Medium Aquamarine #70C7A2
RGB
CMYK
RGB Variations
Color information
#70C7A2 (or 0x70C7A2) is known color: Medium Aquamarine. HEX triplet: 70, C7 and A2. RGB value is (112,199,162). Sum of RGB (Red+Green+Blue) = 112+199+162=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #70C7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C7A2 is #8F385D. Grayscale: #A8A8A8. Windows color (decimal): -9386078 or 10667888. OLE color: 10667888.
HSL color Cylindrical-coordinate representation of color #70C7A2: hue angle of 154.48º 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 #70C7A2 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 162 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.22 |
| HSL | 154.48º | 0.44% | 0.61% | - |
| HSV(B) | 154.48º | 0.44% | 0.78% | - |
| XYZ | 33.63 | 46.9 | 41.46 | - |
| YUV | 168.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 162 | 0.44 | 0 | 0.19 | 0.22 | 154.48 | 0.44 | 0.61 |
| Hex | 70 | C7 | A2 | 2C | 0 | 13 | 16 | 9A | 2C | 3D |
| Octal | 160 | 307 | 242 | 54 | 0 | 23 | 26 | 232 | 54 | 75 |
| Binary | 1110000 | 11000111 | 10100010 | 101100 | 0 | 10011 | 10110 | 10011010 | 101100 | 111101 |
Color Harmonies of #70C7A2
Complementary color
Monochromatic Colors of #70C7A2
Black with #70C7A2
Text Example
Text Example
White with #70C7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C7A2; }
p { color: rgb(112,199,162); }
H1.HeaderClassName
{
color: #70C7A2;
}
.AnyTagClassName
{
color: #70C7A2;
}
</style>
background-color css
<style>
a { background-color: #70C7A2; }
a { background-color: rgb(112,199,162); }
div.DivClassName
{
background-color: #70C7A2;
}
.BgClassName
{
background-color: #70C7A2;
}
</style>
border-color css
<style>
span { border-color: #70C7A2; }
span { border-color: rgb(112,199,162); }
td.TdClassName
{
border-color: #70C7A2;
}
.TagClassName
{
border-color: #70C7A2;
}
</style>