Shades of Medium Aquamarine #70F3A1
Tints of Medium Aquamarine #70F3A1
RGB
CMYK
RGB Variations
Color information
#70F3A1 (or 0x70F3A1) is known color: Medium Aquamarine. HEX triplet: 70, F3 and A1. RGB value is (112,243,161). Sum of RGB (Red+Green+Blue) = 112+243+161=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F3A1 is #8F0C5E. Grayscale: #C2C2C2. Windows color (decimal): -9374815 or 10613616. OLE color: 10613616.
HSL color Cylindrical-coordinate representation of color #70F3A1: hue angle of 142.44º 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 #70F3A1 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 161 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.05 |
| HSL | 142.44º | 0.85% | 0.7% | - |
| HSV(B) | 142.44º | 0.54% | 0.95% | - |
| XYZ | 45.17 | 70.12 | 44.87 | - |
| YUV | 194.48 | 109.1 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 161 | 0.54 | 0 | 0.34 | 0.05 | 142.44 | 0.85 | 0.7 |
| Hex | 70 | F3 | A1 | 36 | 0 | 22 | 5 | 8E | 55 | 46 |
| Octal | 160 | 363 | 241 | 66 | 0 | 42 | 5 | 216 | 125 | 106 |
| Binary | 1110000 | 11110011 | 10100001 | 110110 | 0 | 100010 | 101 | 10001110 | 1010101 | 1000110 |
Color Harmonies of #70F3A1
Complementary color
Monochromatic Colors of #70F3A1
Black with #70F3A1
Text Example
Text Example
White with #70F3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F3A1; }
p { color: rgb(112,243,161); }
H1.HeaderClassName
{
color: #70F3A1;
}
.AnyTagClassName
{
color: #70F3A1;
}
</style>
background-color css
<style>
a { background-color: #70F3A1; }
a { background-color: rgb(112,243,161); }
div.DivClassName
{
background-color: #70F3A1;
}
.BgClassName
{
background-color: #70F3A1;
}
</style>
border-color css
<style>
span { border-color: #70F3A1; }
span { border-color: rgb(112,243,161); }
td.TdClassName
{
border-color: #70F3A1;
}
.TagClassName
{
border-color: #70F3A1;
}
</style>