Shades of Medium Aquamarine #70F19F
Tints of Medium Aquamarine #70F19F
RGB
CMYK
RGB Variations
Color information
#70F19F (or 0x70F19F) is known color: Medium Aquamarine. HEX triplet: 70, F1 and 9F. RGB value is (112,241,159). Sum of RGB (Red+Green+Blue) = 112+241+159=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #70F19F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F19F is #8F0E60. Grayscale: #C1C1C1. Windows color (decimal): -9375329 or 10482032. OLE color: 10482032.
HSL color Cylindrical-coordinate representation of color #70F19F: hue angle of 141.86º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F19F is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 159 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.05 |
| HSL | 141.86º | 0.82% | 0.69% | - |
| HSV(B) | 141.86º | 0.54% | 0.95% | - |
| XYZ | 44.4 | 68.86 | 43.75 | - |
| YUV | 193.08 | 108.76 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 159 | 0.54 | 0 | 0.34 | 0.05 | 141.86 | 0.82 | 0.69 |
| Hex | 70 | F1 | 9F | 36 | 0 | 22 | 5 | 8E | 52 | 45 |
| Octal | 160 | 361 | 237 | 66 | 0 | 42 | 5 | 216 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10011111 | 110110 | 0 | 100010 | 101 | 10001110 | 1010010 | 1000101 |
Color Harmonies of #70F19F
Complementary color
Monochromatic Colors of #70F19F
Black with #70F19F
Text Example
Text Example
White with #70F19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F19F; }
p { color: rgb(112,241,159); }
H1.HeaderClassName
{
color: #70F19F;
}
.AnyTagClassName
{
color: #70F19F;
}
</style>
background-color css
<style>
a { background-color: #70F19F; }
a { background-color: rgb(112,241,159); }
div.DivClassName
{
background-color: #70F19F;
}
.BgClassName
{
background-color: #70F19F;
}
</style>
border-color css
<style>
span { border-color: #70F19F; }
span { border-color: rgb(112,241,159); }
td.TdClassName
{
border-color: #70F19F;
}
.TagClassName
{
border-color: #70F19F;
}
</style>