Shades of Medium Aquamarine #70DBAA
Tints of Medium Aquamarine #70DBAA
RGB
CMYK
RGB Variations
Color information
#70DBAA (or 0x70DBAA) is known color: Medium Aquamarine. HEX triplet: 70, DB and AA. RGB value is (112,219,170). Sum of RGB (Red+Green+Blue) = 112+219+170=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBAA is #8F2455. Grayscale: #B5B5B5. Windows color (decimal): -9380950 or 11197296. OLE color: 11197296.
HSL color Cylindrical-coordinate representation of color #70DBAA: hue angle of 152.52º 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 #70DBAA is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 170 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.14 |
| HSL | 152.52º | 0.6% | 0.65% | - |
| HSV(B) | 152.52º | 0.49% | 0.86% | - |
| XYZ | 39.27 | 57.01 | 46.96 | - |
| YUV | 181.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 170 | 0.49 | 0 | 0.22 | 0.14 | 152.52 | 0.6 | 0.65 |
| Hex | 70 | DB | AA | 31 | 0 | 16 | E | 99 | 3C | 41 |
| Octal | 160 | 333 | 252 | 61 | 0 | 26 | 16 | 231 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10101010 | 110001 | 0 | 10110 | 1110 | 10011001 | 111100 | 1000001 |
Color Harmonies of #70DBAA
Complementary color
Monochromatic Colors of #70DBAA
Black with #70DBAA
Text Example
Text Example
White with #70DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBAA; }
p { color: rgb(112,219,170); }
H1.HeaderClassName
{
color: #70DBAA;
}
.AnyTagClassName
{
color: #70DBAA;
}
</style>
background-color css
<style>
a { background-color: #70DBAA; }
a { background-color: rgb(112,219,170); }
div.DivClassName
{
background-color: #70DBAA;
}
.BgClassName
{
background-color: #70DBAA;
}
</style>
border-color css
<style>
span { border-color: #70DBAA; }
span { border-color: rgb(112,219,170); }
td.TdClassName
{
border-color: #70DBAA;
}
.TagClassName
{
border-color: #70DBAA;
}
</style>