Shades of Medium Aquamarine #70DDA8
Tints of Medium Aquamarine #70DDA8
RGB
CMYK
RGB Variations
Color information
#70DDA8 (or 0x70DDA8) is known color: Medium Aquamarine. HEX triplet: 70, DD and A8. RGB value is (112,221,168). Sum of RGB (Red+Green+Blue) = 112+221+168=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDA8 is #8F2257. Grayscale: #B6B6B6. Windows color (decimal): -9380440 or 11066736. OLE color: 11066736.
HSL color Cylindrical-coordinate representation of color #70DDA8: hue angle of 150.83º 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 #70DDA8 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 168 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.13 |
| HSL | 150.83º | 0.62% | 0.65% | - |
| HSV(B) | 150.83º | 0.49% | 0.87% | - |
| XYZ | 39.61 | 57.98 | 46.15 | - |
| YUV | 182.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 168 | 0.49 | 0 | 0.24 | 0.13 | 150.83 | 0.62 | 0.65 |
| Hex | 70 | DD | A8 | 31 | 0 | 18 | D | 97 | 3E | 41 |
| Octal | 160 | 335 | 250 | 61 | 0 | 30 | 15 | 227 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10101000 | 110001 | 0 | 11000 | 1101 | 10010111 | 111110 | 1000001 |
Color Harmonies of #70DDA8
Complementary color
Monochromatic Colors of #70DDA8
Black with #70DDA8
Text Example
Text Example
White with #70DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDA8; }
p { color: rgb(112,221,168); }
H1.HeaderClassName
{
color: #70DDA8;
}
.AnyTagClassName
{
color: #70DDA8;
}
</style>
background-color css
<style>
a { background-color: #70DDA8; }
a { background-color: rgb(112,221,168); }
div.DivClassName
{
background-color: #70DDA8;
}
.BgClassName
{
background-color: #70DDA8;
}
</style>
border-color css
<style>
span { border-color: #70DDA8; }
span { border-color: rgb(112,221,168); }
td.TdClassName
{
border-color: #70DDA8;
}
.TagClassName
{
border-color: #70DDA8;
}
</style>