Shades of Medium Aquamarine #70C99E
Tints of Medium Aquamarine #70C99E
RGB
CMYK
RGB Variations
Color information
#70C99E (or 0x70C99E) is known color: Medium Aquamarine. HEX triplet: 70, C9 and 9E. RGB value is (112,201,158). Sum of RGB (Red+Green+Blue) = 112+201+158=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #70C99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C99E is #8F3661. Grayscale: #A9A9A9. Windows color (decimal): -9385570 or 10406256. OLE color: 10406256.
HSL color Cylindrical-coordinate representation of color #70C99E: hue angle of 151.01º 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 #70C99E is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 158 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.21 |
| HSL | 151.01º | 0.45% | 0.61% | - |
| HSV(B) | 151.01º | 0.44% | 0.79% | - |
| XYZ | 33.74 | 47.69 | 39.77 | - |
| YUV | 169.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 158 | 0.44 | 0 | 0.21 | 0.21 | 151.01 | 0.45 | 0.61 |
| Hex | 70 | C9 | 9E | 2C | 0 | 15 | 15 | 97 | 2D | 3D |
| Octal | 160 | 311 | 236 | 54 | 0 | 25 | 25 | 227 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10011110 | 101100 | 0 | 10101 | 10101 | 10010111 | 101101 | 111101 |
Color Harmonies of #70C99E
Complementary color
Monochromatic Colors of #70C99E
Black with #70C99E
Text Example
Text Example
White with #70C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C99E; }
p { color: rgb(112,201,158); }
H1.HeaderClassName
{
color: #70C99E;
}
.AnyTagClassName
{
color: #70C99E;
}
</style>
background-color css
<style>
a { background-color: #70C99E; }
a { background-color: rgb(112,201,158); }
div.DivClassName
{
background-color: #70C99E;
}
.BgClassName
{
background-color: #70C99E;
}
</style>
border-color css
<style>
span { border-color: #70C99E; }
span { border-color: rgb(112,201,158); }
td.TdClassName
{
border-color: #70C99E;
}
.TagClassName
{
border-color: #70C99E;
}
</style>