Shades of Medium Aquamarine #70D69D
Tints of Medium Aquamarine #70D69D
RGB
CMYK
RGB Variations
Color information
#70D69D (or 0x70D69D) is known color: Medium Aquamarine. HEX triplet: 70, D6 and 9D. RGB value is (112,214,157). Sum of RGB (Red+Green+Blue) = 112+214+157=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #70D69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D69D is #8F2962. Grayscale: #B1B1B1. Windows color (decimal): -9382243 or 10344048. OLE color: 10344048.
HSL color Cylindrical-coordinate representation of color #70D69D: hue angle of 146.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D69D is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 157 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.16 |
| HSL | 146.47º | 0.55% | 0.64% | - |
| HSV(B) | 146.47º | 0.48% | 0.84% | - |
| XYZ | 36.81 | 53.97 | 40.38 | - |
| YUV | 177 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 157 | 0.48 | 0 | 0.27 | 0.16 | 146.47 | 0.55 | 0.64 |
| Hex | 70 | D6 | 9D | 30 | 0 | 1B | 10 | 92 | 37 | 40 |
| Octal | 160 | 326 | 235 | 60 | 0 | 33 | 20 | 222 | 67 | 100 |
| Binary | 1110000 | 11010110 | 10011101 | 110000 | 0 | 11011 | 10000 | 10010010 | 110111 | 1000000 |
Color Harmonies of #70D69D
Complementary color
Monochromatic Colors of #70D69D
Black with #70D69D
Text Example
Text Example
White with #70D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D69D; }
p { color: rgb(112,214,157); }
H1.HeaderClassName
{
color: #70D69D;
}
.AnyTagClassName
{
color: #70D69D;
}
</style>
background-color css
<style>
a { background-color: #70D69D; }
a { background-color: rgb(112,214,157); }
div.DivClassName
{
background-color: #70D69D;
}
.BgClassName
{
background-color: #70D69D;
}
</style>
border-color css
<style>
span { border-color: #70D69D; }
span { border-color: rgb(112,214,157); }
td.TdClassName
{
border-color: #70D69D;
}
.TagClassName
{
border-color: #70D69D;
}
</style>