Shades of Medium Aquamarine #70ED9F
Tints of Medium Aquamarine #70ED9F
RGB
CMYK
RGB Variations
Color information
#70ED9F (or 0x70ED9F) is known color: Medium Aquamarine. HEX triplet: 70, ED and 9F. RGB value is (112,237,159). Sum of RGB (Red+Green+Blue) = 112+237+159=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ED9F is #8F1260. Grayscale: #BEBEBE. Windows color (decimal): -9376353 or 10481008. OLE color: 10481008.
HSL color Cylindrical-coordinate representation of color #70ED9F: hue angle of 142.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ED9F is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 159 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.07 |
| HSL | 142.56º | 0.78% | 0.68% | - |
| HSV(B) | 142.56º | 0.53% | 0.93% | - |
| XYZ | 43.22 | 66.52 | 43.36 | - |
| YUV | 190.73 | 110.09 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 159 | 0.53 | 0 | 0.33 | 0.07 | 142.56 | 0.78 | 0.68 |
| Hex | 70 | ED | 9F | 35 | 0 | 21 | 7 | 8F | 4E | 44 |
| Octal | 160 | 355 | 237 | 65 | 0 | 41 | 7 | 217 | 116 | 104 |
| Binary | 1110000 | 11101101 | 10011111 | 110101 | 0 | 100001 | 111 | 10001111 | 1001110 | 1000100 |
Color Harmonies of #70ED9F
Complementary color
Monochromatic Colors of #70ED9F
Black with #70ED9F
Text Example
Text Example
White with #70ED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED9F; }
p { color: rgb(112,237,159); }
H1.HeaderClassName
{
color: #70ED9F;
}
.AnyTagClassName
{
color: #70ED9F;
}
</style>
background-color css
<style>
a { background-color: #70ED9F; }
a { background-color: rgb(112,237,159); }
div.DivClassName
{
background-color: #70ED9F;
}
.BgClassName
{
background-color: #70ED9F;
}
</style>
border-color css
<style>
span { border-color: #70ED9F; }
span { border-color: rgb(112,237,159); }
td.TdClassName
{
border-color: #70ED9F;
}
.TagClassName
{
border-color: #70ED9F;
}
</style>