Shades of Medium Aquamarine #70E99C
Tints of Medium Aquamarine #70E99C
RGB
CMYK
RGB Variations
Color information
#70E99C (or 0x70E99C) is known color: Medium Aquamarine. HEX triplet: 70, E9 and 9C. RGB value is (112,233,156). Sum of RGB (Red+Green+Blue) = 112+233+156=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #70E99C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E99C is #8F1663. Grayscale: #BCBCBC. Windows color (decimal): -9377380 or 10283376. OLE color: 10283376.
HSL color Cylindrical-coordinate representation of color #70E99C: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E99C is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 156 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.09 |
| HSL | 141.82º | 0.73% | 0.68% | - |
| HSV(B) | 141.82º | 0.52% | 0.91% | - |
| XYZ | 41.82 | 64.12 | 41.63 | - |
| YUV | 188.04 | 109.91 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 156 | 0.52 | 0 | 0.33 | 0.09 | 141.82 | 0.73 | 0.68 |
| Hex | 70 | E9 | 9C | 34 | 0 | 21 | 9 | 8E | 49 | 44 |
| Octal | 160 | 351 | 234 | 64 | 0 | 41 | 11 | 216 | 111 | 104 |
| Binary | 1110000 | 11101001 | 10011100 | 110100 | 0 | 100001 | 1001 | 10001110 | 1001001 | 1000100 |
Color Harmonies of #70E99C
Complementary color
Monochromatic Colors of #70E99C
Black with #70E99C
Text Example
Text Example
White with #70E99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E99C; }
p { color: rgb(112,233,156); }
H1.HeaderClassName
{
color: #70E99C;
}
.AnyTagClassName
{
color: #70E99C;
}
</style>
background-color css
<style>
a { background-color: #70E99C; }
a { background-color: rgb(112,233,156); }
div.DivClassName
{
background-color: #70E99C;
}
.BgClassName
{
background-color: #70E99C;
}
</style>
border-color css
<style>
span { border-color: #70E99C; }
span { border-color: rgb(112,233,156); }
td.TdClassName
{
border-color: #70E99C;
}
.TagClassName
{
border-color: #70E99C;
}
</style>