Shades of Medium Aquamarine #70C1A0
Tints of Medium Aquamarine #70C1A0
RGB
CMYK
RGB Variations
Color information
#70C1A0 (or 0x70C1A0) is known color: Medium Aquamarine. HEX triplet: 70, C1 and A0. RGB value is (112,193,160). Sum of RGB (Red+Green+Blue) = 112+193+160=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #70C1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C1A0 is #8F3E5F. Grayscale: #A5A5A5. Windows color (decimal): -9387616 or 10535280. OLE color: 10535280.
HSL color Cylindrical-coordinate representation of color #70C1A0: hue angle of 155.56º 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 #70C1A0 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 160 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.24 |
| HSL | 155.56º | 0.4% | 0.6% | - |
| HSV(B) | 155.56º | 0.42% | 0.76% | - |
| XYZ | 32.1 | 44.12 | 40.08 | - |
| YUV | 165.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 160 | 0.42 | 0 | 0.17 | 0.24 | 155.56 | 0.4 | 0.6 |
| Hex | 70 | C1 | A0 | 2A | 0 | 11 | 18 | 9C | 28 | 3C |
| Octal | 160 | 301 | 240 | 52 | 0 | 21 | 30 | 234 | 50 | 74 |
| Binary | 1110000 | 11000001 | 10100000 | 101010 | 0 | 10001 | 11000 | 10011100 | 101000 | 111100 |
Color Harmonies of #70C1A0
Complementary color
Monochromatic Colors of #70C1A0
Black with #70C1A0
Text Example
Text Example
White with #70C1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C1A0; }
p { color: rgb(112,193,160); }
H1.HeaderClassName
{
color: #70C1A0;
}
.AnyTagClassName
{
color: #70C1A0;
}
</style>
background-color css
<style>
a { background-color: #70C1A0; }
a { background-color: rgb(112,193,160); }
div.DivClassName
{
background-color: #70C1A0;
}
.BgClassName
{
background-color: #70C1A0;
}
</style>
border-color css
<style>
span { border-color: #70C1A0; }
span { border-color: rgb(112,193,160); }
td.TdClassName
{
border-color: #70C1A0;
}
.TagClassName
{
border-color: #70C1A0;
}
</style>