Shades of Medium Aquamarine #70D8AC
Tints of Medium Aquamarine #70D8AC
RGB
CMYK
RGB Variations
Color information
#70D8AC (or 0x70D8AC) is known color: Medium Aquamarine. HEX triplet: 70, D8 and AC. RGB value is (112,216,172). Sum of RGB (Red+Green+Blue) = 112+216+172=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D8AC is #8F2753. Grayscale: #B3B3B3. Windows color (decimal): -9381716 or 11327600. OLE color: 11327600.
HSL color Cylindrical-coordinate representation of color #70D8AC: hue angle of 154.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8AC is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 172 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.15 |
| HSL | 154.62º | 0.57% | 0.64% | - |
| HSV(B) | 154.62º | 0.48% | 0.85% | - |
| XYZ | 38.68 | 55.54 | 47.71 | - |
| YUV | 179.89 | 123.54 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 172 | 0.48 | 0 | 0.20 | 0.15 | 154.62 | 0.57 | 0.64 |
| Hex | 70 | D8 | AC | 30 | 0 | 14 | F | 9B | 39 | 40 |
| Octal | 160 | 330 | 254 | 60 | 0 | 24 | 17 | 233 | 71 | 100 |
| Binary | 1110000 | 11011000 | 10101100 | 110000 | 0 | 10100 | 1111 | 10011011 | 111001 | 1000000 |
Color Harmonies of #70D8AC
Complementary color
Monochromatic Colors of #70D8AC
Black with #70D8AC
Text Example
Text Example
White with #70D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D8AC; }
p { color: rgb(112,216,172); }
H1.HeaderClassName
{
color: #70D8AC;
}
.AnyTagClassName
{
color: #70D8AC;
}
</style>
background-color css
<style>
a { background-color: #70D8AC; }
a { background-color: rgb(112,216,172); }
div.DivClassName
{
background-color: #70D8AC;
}
.BgClassName
{
background-color: #70D8AC;
}
</style>
border-color css
<style>
span { border-color: #70D8AC; }
span { border-color: rgb(112,216,172); }
td.TdClassName
{
border-color: #70D8AC;
}
.TagClassName
{
border-color: #70D8AC;
}
</style>