Shades of Medium Aquamarine #70CEA0
Tints of Medium Aquamarine #70CEA0
RGB
CMYK
RGB Variations
Color information
#70CEA0 (or 0x70CEA0) is known color: Medium Aquamarine. HEX triplet: 70, CE and A0. RGB value is (112,206,160). Sum of RGB (Red+Green+Blue) = 112+206+160=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEA0 is #8F315F. Grayscale: #ACACAC. Windows color (decimal): -9384288 or 10538608. OLE color: 10538608.
HSL color Cylindrical-coordinate representation of color #70CEA0: hue angle of 150.64º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEA0 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 160 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.19 |
| HSL | 150.64º | 0.49% | 0.62% | - |
| HSV(B) | 150.64º | 0.46% | 0.81% | - |
| XYZ | 35.1 | 50.13 | 41.08 | - |
| YUV | 172.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 160 | 0.46 | 0 | 0.22 | 0.19 | 150.64 | 0.49 | 0.62 |
| Hex | 70 | CE | A0 | 2E | 0 | 16 | 13 | 97 | 31 | 3E |
| Octal | 160 | 316 | 240 | 56 | 0 | 26 | 23 | 227 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10100000 | 101110 | 0 | 10110 | 10011 | 10010111 | 110001 | 111110 |
Color Harmonies of #70CEA0
Complementary color
Monochromatic Colors of #70CEA0
Black with #70CEA0
Text Example
Text Example
White with #70CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEA0; }
p { color: rgb(112,206,160); }
H1.HeaderClassName
{
color: #70CEA0;
}
.AnyTagClassName
{
color: #70CEA0;
}
</style>
background-color css
<style>
a { background-color: #70CEA0; }
a { background-color: rgb(112,206,160); }
div.DivClassName
{
background-color: #70CEA0;
}
.BgClassName
{
background-color: #70CEA0;
}
</style>
border-color css
<style>
span { border-color: #70CEA0; }
span { border-color: rgb(112,206,160); }
td.TdClassName
{
border-color: #70CEA0;
}
.TagClassName
{
border-color: #70CEA0;
}
</style>