Shades of Medium Aquamarine #70C2A0
Tints of Medium Aquamarine #70C2A0
RGB
CMYK
RGB Variations
Color information
#70C2A0 (or 0x70C2A0) is known color: Medium Aquamarine. HEX triplet: 70, C2 and A0. RGB value is (112,194,160). Sum of RGB (Red+Green+Blue) = 112+194+160=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #70C2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C2A0 is #8F3D5F. Grayscale: #A5A5A5. Windows color (decimal): -9387360 or 10535536. OLE color: 10535536.
HSL color Cylindrical-coordinate representation of color #70C2A0: hue angle of 155.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C2A0 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 160 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.24 |
| HSL | 155.12º | 0.4% | 0.6% | - |
| HSV(B) | 155.12º | 0.42% | 0.76% | - |
| XYZ | 32.32 | 44.57 | 40.16 | - |
| YUV | 165.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 160 | 0.42 | 0 | 0.18 | 0.24 | 155.12 | 0.4 | 0.6 |
| Hex | 70 | C2 | A0 | 2A | 0 | 12 | 18 | 9B | 28 | 3C |
| Octal | 160 | 302 | 240 | 52 | 0 | 22 | 30 | 233 | 50 | 74 |
| Binary | 1110000 | 11000010 | 10100000 | 101010 | 0 | 10010 | 11000 | 10011011 | 101000 | 111100 |
Color Harmonies of #70C2A0
Complementary color
Monochromatic Colors of #70C2A0
Black with #70C2A0
Text Example
Text Example
White with #70C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C2A0; }
p { color: rgb(112,194,160); }
H1.HeaderClassName
{
color: #70C2A0;
}
.AnyTagClassName
{
color: #70C2A0;
}
</style>
background-color css
<style>
a { background-color: #70C2A0; }
a { background-color: rgb(112,194,160); }
div.DivClassName
{
background-color: #70C2A0;
}
.BgClassName
{
background-color: #70C2A0;
}
</style>
border-color css
<style>
span { border-color: #70C2A0; }
span { border-color: rgb(112,194,160); }
td.TdClassName
{
border-color: #70C2A0;
}
.TagClassName
{
border-color: #70C2A0;
}
</style>