Shades of Medium Aquamarine #70F1A9
Tints of Medium Aquamarine #70F1A9
RGB
CMYK
RGB Variations
Color information
#70F1A9 (or 0x70F1A9) is known color: Medium Aquamarine. HEX triplet: 70, F1 and A9. RGB value is (112,241,169). Sum of RGB (Red+Green+Blue) = 112+241+169=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F1A9 is #8F0E56. Grayscale: #C2C2C2. Windows color (decimal): -9375319 or 11137392. OLE color: 11137392.
HSL color Cylindrical-coordinate representation of color #70F1A9: hue angle of 146.51º 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 #70F1A9 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 169 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.05 |
| HSL | 146.51º | 0.82% | 0.69% | - |
| HSV(B) | 146.51º | 0.54% | 0.95% | - |
| XYZ | 45.3 | 69.22 | 48.51 | - |
| YUV | 194.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 169 | 0.54 | 0 | 0.30 | 0.05 | 146.51 | 0.82 | 0.69 |
| Hex | 70 | F1 | A9 | 36 | 0 | 1E | 5 | 93 | 52 | 45 |
| Octal | 160 | 361 | 251 | 66 | 0 | 36 | 5 | 223 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10101001 | 110110 | 0 | 11110 | 101 | 10010011 | 1010010 | 1000101 |
Color Harmonies of #70F1A9
Complementary color
Monochromatic Colors of #70F1A9
Black with #70F1A9
Text Example
Text Example
White with #70F1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1A9; }
p { color: rgb(112,241,169); }
H1.HeaderClassName
{
color: #70F1A9;
}
.AnyTagClassName
{
color: #70F1A9;
}
</style>
background-color css
<style>
a { background-color: #70F1A9; }
a { background-color: rgb(112,241,169); }
div.DivClassName
{
background-color: #70F1A9;
}
.BgClassName
{
background-color: #70F1A9;
}
</style>
border-color css
<style>
span { border-color: #70F1A9; }
span { border-color: rgb(112,241,169); }
td.TdClassName
{
border-color: #70F1A9;
}
.TagClassName
{
border-color: #70F1A9;
}
</style>