Shades of Medium Aquamarine #70DDAB
Tints of Medium Aquamarine #70DDAB
RGB
CMYK
RGB Variations
Color information
#70DDAB (or 0x70DDAB) is known color: Medium Aquamarine. HEX triplet: 70, DD and AB. RGB value is (112,221,171). Sum of RGB (Red+Green+Blue) = 112+221+171=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDAB is #8F2254. Grayscale: #B6B6B6. Windows color (decimal): -9380437 or 11263344. OLE color: 11263344.
HSL color Cylindrical-coordinate representation of color #70DDAB: hue angle of 152.48º 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 #70DDAB is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 171 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.13 |
| HSL | 152.48º | 0.62% | 0.65% | - |
| HSV(B) | 152.48º | 0.49% | 0.87% | - |
| XYZ | 39.89 | 58.1 | 47.64 | - |
| YUV | 182.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 171 | 0.49 | 0 | 0.23 | 0.13 | 152.48 | 0.62 | 0.65 |
| Hex | 70 | DD | AB | 31 | 0 | 17 | D | 98 | 3E | 41 |
| Octal | 160 | 335 | 253 | 61 | 0 | 27 | 15 | 230 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10101011 | 110001 | 0 | 10111 | 1101 | 10011000 | 111110 | 1000001 |
Color Harmonies of #70DDAB
Complementary color
Monochromatic Colors of #70DDAB
Black with #70DDAB
Text Example
Text Example
White with #70DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDAB; }
p { color: rgb(112,221,171); }
H1.HeaderClassName
{
color: #70DDAB;
}
.AnyTagClassName
{
color: #70DDAB;
}
</style>
background-color css
<style>
a { background-color: #70DDAB; }
a { background-color: rgb(112,221,171); }
div.DivClassName
{
background-color: #70DDAB;
}
.BgClassName
{
background-color: #70DDAB;
}
</style>
border-color css
<style>
span { border-color: #70DDAB; }
span { border-color: rgb(112,221,171); }
td.TdClassName
{
border-color: #70DDAB;
}
.TagClassName
{
border-color: #70DDAB;
}
</style>