Shades of Medium Aquamarine #70DAAC
Tints of Medium Aquamarine #70DAAC
RGB
CMYK
RGB Variations
Color information
#70DAAC (or 0x70DAAC) is known color: Medium Aquamarine. HEX triplet: 70, DA and AC. RGB value is (112,218,172). Sum of RGB (Red+Green+Blue) = 112+218+172=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAAC is #8F2553. Grayscale: #B5B5B5. Windows color (decimal): -9381204 or 11328112. OLE color: 11328112.
HSL color Cylindrical-coordinate representation of color #70DAAC: hue angle of 153.96º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DAAC is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 172 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.15 |
| HSL | 153.96º | 0.59% | 0.65% | - |
| HSV(B) | 153.96º | 0.49% | 0.85% | - |
| XYZ | 39.2 | 56.57 | 47.88 | - |
| YUV | 181.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 172 | 0.49 | 0 | 0.21 | 0.15 | 153.96 | 0.59 | 0.65 |
| Hex | 70 | DA | AC | 31 | 0 | 15 | F | 9A | 3B | 41 |
| Octal | 160 | 332 | 254 | 61 | 0 | 25 | 17 | 232 | 73 | 101 |
| Binary | 1110000 | 11011010 | 10101100 | 110001 | 0 | 10101 | 1111 | 10011010 | 111011 | 1000001 |
Color Harmonies of #70DAAC
Complementary color
Monochromatic Colors of #70DAAC
Black with #70DAAC
Text Example
Text Example
White with #70DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DAAC; }
p { color: rgb(112,218,172); }
H1.HeaderClassName
{
color: #70DAAC;
}
.AnyTagClassName
{
color: #70DAAC;
}
</style>
background-color css
<style>
a { background-color: #70DAAC; }
a { background-color: rgb(112,218,172); }
div.DivClassName
{
background-color: #70DAAC;
}
.BgClassName
{
background-color: #70DAAC;
}
</style>
border-color css
<style>
span { border-color: #70DAAC; }
span { border-color: rgb(112,218,172); }
td.TdClassName
{
border-color: #70DAAC;
}
.TagClassName
{
border-color: #70DAAC;
}
</style>