Shades of Medium Aquamarine #70DDA5
Tints of Medium Aquamarine #70DDA5
RGB
CMYK
RGB Variations
Color information
#70DDA5 (or 0x70DDA5) is known color: Medium Aquamarine. HEX triplet: 70, DD and A5. RGB value is (112,221,165). Sum of RGB (Red+Green+Blue) = 112+221+165=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDA5 is #8F225A. Grayscale: #B6B6B6. Windows color (decimal): -9380443 or 10870128. OLE color: 10870128.
HSL color Cylindrical-coordinate representation of color #70DDA5: hue angle of 149.17º 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 #70DDA5 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 165 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.13 |
| HSL | 149.17º | 0.62% | 0.65% | - |
| HSV(B) | 149.17º | 0.49% | 0.87% | - |
| XYZ | 39.33 | 57.87 | 44.7 | - |
| YUV | 182.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 165 | 0.49 | 0 | 0.25 | 0.13 | 149.17 | 0.62 | 0.65 |
| Hex | 70 | DD | A5 | 31 | 0 | 19 | D | 95 | 3E | 41 |
| Octal | 160 | 335 | 245 | 61 | 0 | 31 | 15 | 225 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10100101 | 110001 | 0 | 11001 | 1101 | 10010101 | 111110 | 1000001 |
Color Harmonies of #70DDA5
Complementary color
Monochromatic Colors of #70DDA5
Black with #70DDA5
Text Example
Text Example
White with #70DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDA5; }
p { color: rgb(112,221,165); }
H1.HeaderClassName
{
color: #70DDA5;
}
.AnyTagClassName
{
color: #70DDA5;
}
</style>
background-color css
<style>
a { background-color: #70DDA5; }
a { background-color: rgb(112,221,165); }
div.DivClassName
{
background-color: #70DDA5;
}
.BgClassName
{
background-color: #70DDA5;
}
</style>
border-color css
<style>
span { border-color: #70DDA5; }
span { border-color: rgb(112,221,165); }
td.TdClassName
{
border-color: #70DDA5;
}
.TagClassName
{
border-color: #70DDA5;
}
</style>