Shades of Medium Aquamarine #70F5AB
Tints of Medium Aquamarine #70F5AB
RGB
CMYK
RGB Variations
Color information
#70F5AB (or 0x70F5AB) is known color: Medium Aquamarine. HEX triplet: 70, F5 and AB. RGB value is (112,245,171). Sum of RGB (Red+Green+Blue) = 112+245+171=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #70F5AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F5AB is #8F0A54. Grayscale: #C4C4C4. Windows color (decimal): -9374293 or 11269488. OLE color: 11269488.
HSL color Cylindrical-coordinate representation of color #70F5AB: hue angle of 146.62º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F5AB is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 171 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.04 |
| HSL | 146.62º | 0.87% | 0.7% | - |
| HSV(B) | 146.62º | 0.54% | 0.96% | - |
| XYZ | 46.69 | 71.69 | 49.91 | - |
| YUV | 196.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 171 | 0.54 | 0 | 0.30 | 0.04 | 146.62 | 0.87 | 0.7 |
| Hex | 70 | F5 | AB | 36 | 0 | 1E | 4 | 93 | 57 | 46 |
| Octal | 160 | 365 | 253 | 66 | 0 | 36 | 4 | 223 | 127 | 106 |
| Binary | 1110000 | 11110101 | 10101011 | 110110 | 0 | 11110 | 100 | 10010011 | 1010111 | 1000110 |
Color Harmonies of #70F5AB
Complementary color
Monochromatic Colors of #70F5AB
Black with #70F5AB
Text Example
Text Example
White with #70F5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F5AB; }
p { color: rgb(112,245,171); }
H1.HeaderClassName
{
color: #70F5AB;
}
.AnyTagClassName
{
color: #70F5AB;
}
</style>
background-color css
<style>
a { background-color: #70F5AB; }
a { background-color: rgb(112,245,171); }
div.DivClassName
{
background-color: #70F5AB;
}
.BgClassName
{
background-color: #70F5AB;
}
</style>
border-color css
<style>
span { border-color: #70F5AB; }
span { border-color: rgb(112,245,171); }
td.TdClassName
{
border-color: #70F5AB;
}
.TagClassName
{
border-color: #70F5AB;
}
</style>