Shades of Medium Aquamarine #70D09F
Tints of Medium Aquamarine #70D09F
RGB
CMYK
RGB Variations
Color information
#70D09F (or 0x70D09F) is known color: Medium Aquamarine. HEX triplet: 70, D0 and 9F. RGB value is (112,208,159). Sum of RGB (Red+Green+Blue) = 112+208+159=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #70D09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D09F is #8F2F60. Grayscale: #ADADAD. Windows color (decimal): -9383777 or 10473584. OLE color: 10473584.
HSL color Cylindrical-coordinate representation of color #70D09F: hue angle of 149.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D09F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 159 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.18 |
| HSL | 149.38º | 0.51% | 0.63% | - |
| HSV(B) | 149.38º | 0.46% | 0.82% | - |
| XYZ | 35.5 | 51.06 | 40.79 | - |
| YUV | 173.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 159 | 0.46 | 0 | 0.24 | 0.18 | 149.38 | 0.51 | 0.63 |
| Hex | 70 | D0 | 9F | 2E | 0 | 18 | 12 | 95 | 33 | 3F |
| Octal | 160 | 320 | 237 | 56 | 0 | 30 | 22 | 225 | 63 | 77 |
| Binary | 1110000 | 11010000 | 10011111 | 101110 | 0 | 11000 | 10010 | 10010101 | 110011 | 111111 |
Color Harmonies of #70D09F
Complementary color
Monochromatic Colors of #70D09F
Black with #70D09F
Text Example
Text Example
White with #70D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D09F; }
p { color: rgb(112,208,159); }
H1.HeaderClassName
{
color: #70D09F;
}
.AnyTagClassName
{
color: #70D09F;
}
</style>
background-color css
<style>
a { background-color: #70D09F; }
a { background-color: rgb(112,208,159); }
div.DivClassName
{
background-color: #70D09F;
}
.BgClassName
{
background-color: #70D09F;
}
</style>
border-color css
<style>
span { border-color: #70D09F; }
span { border-color: rgb(112,208,159); }
td.TdClassName
{
border-color: #70D09F;
}
.TagClassName
{
border-color: #70D09F;
}
</style>