Shades of Medium Aquamarine #70C99F
Tints of Medium Aquamarine #70C99F
RGB
CMYK
RGB Variations
Color information
#70C99F (or 0x70C99F) is known color: Medium Aquamarine. HEX triplet: 70, C9 and 9F. RGB value is (112,201,159). Sum of RGB (Red+Green+Blue) = 112+201+159=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #70C99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C99F is #8F3660. Grayscale: #A9A9A9. Windows color (decimal): -9385569 or 10471792. OLE color: 10471792.
HSL color Cylindrical-coordinate representation of color #70C99F: hue angle of 151.69º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C99F is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 159 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.21 |
| HSL | 151.69º | 0.45% | 0.61% | - |
| HSV(B) | 151.69º | 0.44% | 0.79% | - |
| XYZ | 33.83 | 47.72 | 40.23 | - |
| YUV | 169.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 159 | 0.44 | 0 | 0.21 | 0.21 | 151.69 | 0.45 | 0.61 |
| Hex | 70 | C9 | 9F | 2C | 0 | 15 | 15 | 98 | 2D | 3D |
| Octal | 160 | 311 | 237 | 54 | 0 | 25 | 25 | 230 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10011111 | 101100 | 0 | 10101 | 10101 | 10011000 | 101101 | 111101 |
Color Harmonies of #70C99F
Complementary color
Monochromatic Colors of #70C99F
Black with #70C99F
Text Example
Text Example
White with #70C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C99F; }
p { color: rgb(112,201,159); }
H1.HeaderClassName
{
color: #70C99F;
}
.AnyTagClassName
{
color: #70C99F;
}
</style>
background-color css
<style>
a { background-color: #70C99F; }
a { background-color: rgb(112,201,159); }
div.DivClassName
{
background-color: #70C99F;
}
.BgClassName
{
background-color: #70C99F;
}
</style>
border-color css
<style>
span { border-color: #70C99F; }
span { border-color: rgb(112,201,159); }
td.TdClassName
{
border-color: #70C99F;
}
.TagClassName
{
border-color: #70C99F;
}
</style>