Shades of Medium Aquamarine #70D89B
Tints of Medium Aquamarine #70D89B
RGB
CMYK
RGB Variations
Color information
#70D89B (or 0x70D89B) is known color: Medium Aquamarine. HEX triplet: 70, D8 and 9B. RGB value is (112,216,155). Sum of RGB (Red+Green+Blue) = 112+216+155=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #70D89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D89B is #8F2764. Grayscale: #B2B2B2. Windows color (decimal): -9381733 or 10213488. OLE color: 10213488.
HSL color Cylindrical-coordinate representation of color #70D89B: hue angle of 144.81º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D89B is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 155 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.15 |
| HSL | 144.81º | 0.57% | 0.64% | - |
| HSV(B) | 144.81º | 0.48% | 0.85% | - |
| XYZ | 37.15 | 54.92 | 39.65 | - |
| YUV | 177.95 | 115.04 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 155 | 0.48 | 0 | 0.28 | 0.15 | 144.81 | 0.57 | 0.64 |
| Hex | 70 | D8 | 9B | 30 | 0 | 1C | F | 91 | 39 | 40 |
| Octal | 160 | 330 | 233 | 60 | 0 | 34 | 17 | 221 | 71 | 100 |
| Binary | 1110000 | 11011000 | 10011011 | 110000 | 0 | 11100 | 1111 | 10010001 | 111001 | 1000000 |
Color Harmonies of #70D89B
Complementary color
Monochromatic Colors of #70D89B
Black with #70D89B
Text Example
Text Example
White with #70D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D89B; }
p { color: rgb(112,216,155); }
H1.HeaderClassName
{
color: #70D89B;
}
.AnyTagClassName
{
color: #70D89B;
}
</style>
background-color css
<style>
a { background-color: #70D89B; }
a { background-color: rgb(112,216,155); }
div.DivClassName
{
background-color: #70D89B;
}
.BgClassName
{
background-color: #70D89B;
}
</style>
border-color css
<style>
span { border-color: #70D89B; }
span { border-color: rgb(112,216,155); }
td.TdClassName
{
border-color: #70D89B;
}
.TagClassName
{
border-color: #70D89B;
}
</style>