Shades of Medium Aquamarine #70C4AB
Tints of Medium Aquamarine #70C4AB
RGB
CMYK
RGB Variations
Color information
#70C4AB (or 0x70C4AB) is known color: Medium Aquamarine. HEX triplet: 70, C4 and AB. RGB value is (112,196,171). Sum of RGB (Red+Green+Blue) = 112+196+171=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #70C4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C4AB is #8F3B54. Grayscale: #A8A8A8. Windows color (decimal): -9386837 or 11256944. OLE color: 11256944.
HSL color Cylindrical-coordinate representation of color #70C4AB: hue angle of 162.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C4AB is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 171 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.23 |
| HSL | 162.14º | 0.42% | 0.6% | - |
| HSV(B) | 162.14º | 0.43% | 0.77% | - |
| XYZ | 33.77 | 45.86 | 45.6 | - |
| YUV | 168.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 171 | 0.43 | 0 | 0.13 | 0.23 | 162.14 | 0.42 | 0.6 |
| Hex | 70 | C4 | AB | 2B | 0 | D | 17 | A2 | 2A | 3C |
| Octal | 160 | 304 | 253 | 53 | 0 | 15 | 27 | 242 | 52 | 74 |
| Binary | 1110000 | 11000100 | 10101011 | 101011 | 0 | 1101 | 10111 | 10100010 | 101010 | 111100 |
Color Harmonies of #70C4AB
Complementary color
Monochromatic Colors of #70C4AB
Black with #70C4AB
Text Example
Text Example
White with #70C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C4AB; }
p { color: rgb(112,196,171); }
H1.HeaderClassName
{
color: #70C4AB;
}
.AnyTagClassName
{
color: #70C4AB;
}
</style>
background-color css
<style>
a { background-color: #70C4AB; }
a { background-color: rgb(112,196,171); }
div.DivClassName
{
background-color: #70C4AB;
}
.BgClassName
{
background-color: #70C4AB;
}
</style>
border-color css
<style>
span { border-color: #70C4AB; }
span { border-color: rgb(112,196,171); }
td.TdClassName
{
border-color: #70C4AB;
}
.TagClassName
{
border-color: #70C4AB;
}
</style>