Shades of Medium Aquamarine #70DBA9
Tints of Medium Aquamarine #70DBA9
RGB
CMYK
RGB Variations
Color information
#70DBA9 (or 0x70DBA9) is known color: Medium Aquamarine. HEX triplet: 70, DB and A9. RGB value is (112,219,169). Sum of RGB (Red+Green+Blue) = 112+219+169=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBA9 is #8F2456. Grayscale: #B5B5B5. Windows color (decimal): -9380951 or 11131760. OLE color: 11131760.
HSL color Cylindrical-coordinate representation of color #70DBA9: hue angle of 151.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBA9 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 169 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.14 |
| HSL | 151.96º | 0.6% | 0.65% | - |
| HSV(B) | 151.96º | 0.49% | 0.86% | - |
| XYZ | 39.18 | 56.97 | 46.47 | - |
| YUV | 181.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 169 | 0.49 | 0 | 0.23 | 0.14 | 151.96 | 0.6 | 0.65 |
| Hex | 70 | DB | A9 | 31 | 0 | 17 | E | 98 | 3C | 41 |
| Octal | 160 | 333 | 251 | 61 | 0 | 27 | 16 | 230 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10101001 | 110001 | 0 | 10111 | 1110 | 10011000 | 111100 | 1000001 |
Color Harmonies of #70DBA9
Complementary color
Monochromatic Colors of #70DBA9
Black with #70DBA9
Text Example
Text Example
White with #70DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBA9; }
p { color: rgb(112,219,169); }
H1.HeaderClassName
{
color: #70DBA9;
}
.AnyTagClassName
{
color: #70DBA9;
}
</style>
background-color css
<style>
a { background-color: #70DBA9; }
a { background-color: rgb(112,219,169); }
div.DivClassName
{
background-color: #70DBA9;
}
.BgClassName
{
background-color: #70DBA9;
}
</style>
border-color css
<style>
span { border-color: #70DBA9; }
span { border-color: rgb(112,219,169); }
td.TdClassName
{
border-color: #70DBA9;
}
.TagClassName
{
border-color: #70DBA9;
}
</style>