Shades of Medium Aquamarine #70C5AC
Tints of Medium Aquamarine #70C5AC
RGB
CMYK
RGB Variations
Color information
#70C5AC (or 0x70C5AC) is known color: Medium Aquamarine. HEX triplet: 70, C5 and AC. RGB value is (112,197,172). Sum of RGB (Red+Green+Blue) = 112+197+172=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #70C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C5AC is #8F3A53. Grayscale: #A8A8A8. Windows color (decimal): -9386580 or 11322736. OLE color: 11322736.
HSL color Cylindrical-coordinate representation of color #70C5AC: hue angle of 162.35º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C5AC is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 172 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.23 |
| HSL | 162.35º | 0.42% | 0.61% | - |
| HSV(B) | 162.35º | 0.43% | 0.77% | - |
| XYZ | 34.09 | 46.36 | 46.18 | - |
| YUV | 168.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 172 | 0.43 | 0 | 0.13 | 0.23 | 162.35 | 0.42 | 0.61 |
| Hex | 70 | C5 | AC | 2B | 0 | D | 17 | A2 | 2A | 3D |
| Octal | 160 | 305 | 254 | 53 | 0 | 15 | 27 | 242 | 52 | 75 |
| Binary | 1110000 | 11000101 | 10101100 | 101011 | 0 | 1101 | 10111 | 10100010 | 101010 | 111101 |
Color Harmonies of #70C5AC
Complementary color
Monochromatic Colors of #70C5AC
Black with #70C5AC
Text Example
Text Example
White with #70C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C5AC; }
p { color: rgb(112,197,172); }
H1.HeaderClassName
{
color: #70C5AC;
}
.AnyTagClassName
{
color: #70C5AC;
}
</style>
background-color css
<style>
a { background-color: #70C5AC; }
a { background-color: rgb(112,197,172); }
div.DivClassName
{
background-color: #70C5AC;
}
.BgClassName
{
background-color: #70C5AC;
}
</style>
border-color css
<style>
span { border-color: #70C5AC; }
span { border-color: rgb(112,197,172); }
td.TdClassName
{
border-color: #70C5AC;
}
.TagClassName
{
border-color: #70C5AC;
}
</style>