Shades of Medium Aquamarine #70DDAC
Tints of Medium Aquamarine #70DDAC
RGB
CMYK
RGB Variations
Color information
#70DDAC (or 0x70DDAC) is known color: Medium Aquamarine. HEX triplet: 70, DD and AC. RGB value is (112,221,172). Sum of RGB (Red+Green+Blue) = 112+221+172=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDAC is #8F2253. Grayscale: #B6B6B6. Windows color (decimal): -9380436 or 11328880. OLE color: 11328880.
HSL color Cylindrical-coordinate representation of color #70DDAC: hue angle of 153.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDAC is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 172 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.13 |
| HSL | 153.03º | 0.62% | 0.65% | - |
| HSV(B) | 153.03º | 0.49% | 0.87% | - |
| XYZ | 39.98 | 58.14 | 48.14 | - |
| YUV | 182.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 172 | 0.49 | 0 | 0.22 | 0.13 | 153.03 | 0.62 | 0.65 |
| Hex | 70 | DD | AC | 31 | 0 | 16 | D | 99 | 3E | 41 |
| Octal | 160 | 335 | 254 | 61 | 0 | 26 | 15 | 231 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10101100 | 110001 | 0 | 10110 | 1101 | 10011001 | 111110 | 1000001 |
Color Harmonies of #70DDAC
Complementary color
Monochromatic Colors of #70DDAC
Black with #70DDAC
Text Example
Text Example
White with #70DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDAC; }
p { color: rgb(112,221,172); }
H1.HeaderClassName
{
color: #70DDAC;
}
.AnyTagClassName
{
color: #70DDAC;
}
</style>
background-color css
<style>
a { background-color: #70DDAC; }
a { background-color: rgb(112,221,172); }
div.DivClassName
{
background-color: #70DDAC;
}
.BgClassName
{
background-color: #70DDAC;
}
</style>
border-color css
<style>
span { border-color: #70DDAC; }
span { border-color: rgb(112,221,172); }
td.TdClassName
{
border-color: #70DDAC;
}
.TagClassName
{
border-color: #70DDAC;
}
</style>