Shades of Medium Aquamarine #70D9AC
Tints of Medium Aquamarine #70D9AC
RGB
CMYK
RGB Variations
Color information
#70D9AC (or 0x70D9AC) is known color: Medium Aquamarine. HEX triplet: 70, D9 and AC. RGB value is (112,217,172). Sum of RGB (Red+Green+Blue) = 112+217+172=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D9AC is #8F2653. Grayscale: #B4B4B4. Windows color (decimal): -9381460 or 11327856. OLE color: 11327856.
HSL color Cylindrical-coordinate representation of color #70D9AC: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D9AC is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 172 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.15 |
| HSL | 154.29º | 0.58% | 0.65% | - |
| HSV(B) | 154.29º | 0.48% | 0.85% | - |
| XYZ | 38.94 | 56.05 | 47.8 | - |
| YUV | 180.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 172 | 0.48 | 0 | 0.21 | 0.15 | 154.29 | 0.58 | 0.65 |
| Hex | 70 | D9 | AC | 30 | 0 | 15 | F | 9A | 3A | 41 |
| Octal | 160 | 331 | 254 | 60 | 0 | 25 | 17 | 232 | 72 | 101 |
| Binary | 1110000 | 11011001 | 10101100 | 110000 | 0 | 10101 | 1111 | 10011010 | 111010 | 1000001 |
Color Harmonies of #70D9AC
Complementary color
Monochromatic Colors of #70D9AC
Black with #70D9AC
Text Example
Text Example
White with #70D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D9AC; }
p { color: rgb(112,217,172); }
H1.HeaderClassName
{
color: #70D9AC;
}
.AnyTagClassName
{
color: #70D9AC;
}
</style>
background-color css
<style>
a { background-color: #70D9AC; }
a { background-color: rgb(112,217,172); }
div.DivClassName
{
background-color: #70D9AC;
}
.BgClassName
{
background-color: #70D9AC;
}
</style>
border-color css
<style>
span { border-color: #70D9AC; }
span { border-color: rgb(112,217,172); }
td.TdClassName
{
border-color: #70D9AC;
}
.TagClassName
{
border-color: #70D9AC;
}
</style>