Shades of Medium Aquamarine #70D99B
Tints of Medium Aquamarine #70D99B
RGB
CMYK
RGB Variations
Color information
#70D99B (or 0x70D99B) is known color: Medium Aquamarine. HEX triplet: 70, D9 and 9B. RGB value is (112,217,155). Sum of RGB (Red+Green+Blue) = 112+217+155=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #70D99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D99B is #8F2664. Grayscale: #B2B2B2. Windows color (decimal): -9381477 or 10213744. OLE color: 10213744.
HSL color Cylindrical-coordinate representation of color #70D99B: hue angle of 144.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D99B is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 155 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.15 |
| HSL | 144.57º | 0.58% | 0.65% | - |
| HSV(B) | 144.57º | 0.48% | 0.85% | - |
| XYZ | 37.41 | 55.44 | 39.74 | - |
| YUV | 178.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 155 | 0.48 | 0 | 0.29 | 0.15 | 144.57 | 0.58 | 0.65 |
| Hex | 70 | D9 | 9B | 30 | 0 | 1D | F | 91 | 3A | 41 |
| Octal | 160 | 331 | 233 | 60 | 0 | 35 | 17 | 221 | 72 | 101 |
| Binary | 1110000 | 11011001 | 10011011 | 110000 | 0 | 11101 | 1111 | 10010001 | 111010 | 1000001 |
Color Harmonies of #70D99B
Complementary color
Monochromatic Colors of #70D99B
Black with #70D99B
Text Example
Text Example
White with #70D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D99B; }
p { color: rgb(112,217,155); }
H1.HeaderClassName
{
color: #70D99B;
}
.AnyTagClassName
{
color: #70D99B;
}
</style>
background-color css
<style>
a { background-color: #70D99B; }
a { background-color: rgb(112,217,155); }
div.DivClassName
{
background-color: #70D99B;
}
.BgClassName
{
background-color: #70D99B;
}
</style>
border-color css
<style>
span { border-color: #70D99B; }
span { border-color: rgb(112,217,155); }
td.TdClassName
{
border-color: #70D99B;
}
.TagClassName
{
border-color: #70D99B;
}
</style>