Shades of Medium Aquamarine #70F3A9
Tints of Medium Aquamarine #70F3A9
RGB
CMYK
RGB Variations
Color information
#70F3A9 (or 0x70F3A9) is known color: Medium Aquamarine. HEX triplet: 70, F3 and A9. RGB value is (112,243,169). Sum of RGB (Red+Green+Blue) = 112+243+169=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F3A9 is #8F0C56. Grayscale: #C3C3C3. Windows color (decimal): -9374807 or 11137904. OLE color: 11137904.
HSL color Cylindrical-coordinate representation of color #70F3A9: hue angle of 146.11º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F3A9 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 169 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.05 |
| HSL | 146.11º | 0.85% | 0.7% | - |
| HSV(B) | 146.11º | 0.54% | 0.95% | - |
| XYZ | 45.89 | 70.41 | 48.71 | - |
| YUV | 195.4 | 113.1 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 169 | 0.54 | 0 | 0.30 | 0.05 | 146.11 | 0.85 | 0.7 |
| Hex | 70 | F3 | A9 | 36 | 0 | 1E | 5 | 92 | 55 | 46 |
| Octal | 160 | 363 | 251 | 66 | 0 | 36 | 5 | 222 | 125 | 106 |
| Binary | 1110000 | 11110011 | 10101001 | 110110 | 0 | 11110 | 101 | 10010010 | 1010101 | 1000110 |
Color Harmonies of #70F3A9
Complementary color
Monochromatic Colors of #70F3A9
Black with #70F3A9
Text Example
Text Example
White with #70F3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F3A9; }
p { color: rgb(112,243,169); }
H1.HeaderClassName
{
color: #70F3A9;
}
.AnyTagClassName
{
color: #70F3A9;
}
</style>
background-color css
<style>
a { background-color: #70F3A9; }
a { background-color: rgb(112,243,169); }
div.DivClassName
{
background-color: #70F3A9;
}
.BgClassName
{
background-color: #70F3A9;
}
</style>
border-color css
<style>
span { border-color: #70F3A9; }
span { border-color: rgb(112,243,169); }
td.TdClassName
{
border-color: #70F3A9;
}
.TagClassName
{
border-color: #70F3A9;
}
</style>