Shades of Medium Aquamarine #70DBAB
Tints of Medium Aquamarine #70DBAB
RGB
CMYK
RGB Variations
Color information
#70DBAB (or 0x70DBAB) is known color: Medium Aquamarine. HEX triplet: 70, DB and AB. RGB value is (112,219,171). Sum of RGB (Red+Green+Blue) = 112+219+171=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBAB is #8F2454. Grayscale: #B5B5B5. Windows color (decimal): -9380949 or 11262832. OLE color: 11262832.
HSL color Cylindrical-coordinate representation of color #70DBAB: hue angle of 153.08º 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 #70DBAB is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 171 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.14 |
| HSL | 153.08º | 0.6% | 0.65% | - |
| HSV(B) | 153.08º | 0.49% | 0.86% | - |
| XYZ | 39.36 | 57.05 | 47.46 | - |
| YUV | 181.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 171 | 0.49 | 0 | 0.22 | 0.14 | 153.08 | 0.6 | 0.65 |
| Hex | 70 | DB | AB | 31 | 0 | 16 | E | 99 | 3C | 41 |
| Octal | 160 | 333 | 253 | 61 | 0 | 26 | 16 | 231 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10101011 | 110001 | 0 | 10110 | 1110 | 10011001 | 111100 | 1000001 |
Color Harmonies of #70DBAB
Complementary color
Monochromatic Colors of #70DBAB
Black with #70DBAB
Text Example
Text Example
White with #70DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBAB; }
p { color: rgb(112,219,171); }
H1.HeaderClassName
{
color: #70DBAB;
}
.AnyTagClassName
{
color: #70DBAB;
}
</style>
background-color css
<style>
a { background-color: #70DBAB; }
a { background-color: rgb(112,219,171); }
div.DivClassName
{
background-color: #70DBAB;
}
.BgClassName
{
background-color: #70DBAB;
}
</style>
border-color css
<style>
span { border-color: #70DBAB; }
span { border-color: rgb(112,219,171); }
td.TdClassName
{
border-color: #70DBAB;
}
.TagClassName
{
border-color: #70DBAB;
}
</style>