Shades of Medium Aquamarine #70F2AF
Tints of Medium Aquamarine #70F2AF
RGB
CMYK
RGB Variations
Color information
#70F2AF (or 0x70F2AF) is known color: Medium Aquamarine. HEX triplet: 70, F2 and AF. RGB value is (112,242,175). Sum of RGB (Red+Green+Blue) = 112+242+175=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F2AF is #8F0D50. Grayscale: #C3C3C3. Windows color (decimal): -9375057 or 11530864. OLE color: 11530864.
HSL color Cylindrical-coordinate representation of color #70F2AF: hue angle of 149.08º degrees, saturation: 0.83, 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 #70F2AF is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 175 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.05 |
| HSL | 149.08º | 0.83% | 0.69% | - |
| HSV(B) | 149.08º | 0.54% | 0.95% | - |
| XYZ | 46.17 | 70.04 | 51.64 | - |
| YUV | 195.49 | 116.43 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 175 | 0.54 | 0 | 0.28 | 0.05 | 149.08 | 0.83 | 0.69 |
| Hex | 70 | F2 | AF | 36 | 0 | 1C | 5 | 95 | 53 | 45 |
| Octal | 160 | 362 | 257 | 66 | 0 | 34 | 5 | 225 | 123 | 105 |
| Binary | 1110000 | 11110010 | 10101111 | 110110 | 0 | 11100 | 101 | 10010101 | 1010011 | 1000101 |
Color Harmonies of #70F2AF
Complementary color
Monochromatic Colors of #70F2AF
Black with #70F2AF
Text Example
Text Example
White with #70F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F2AF; }
p { color: rgb(112,242,175); }
H1.HeaderClassName
{
color: #70F2AF;
}
.AnyTagClassName
{
color: #70F2AF;
}
</style>
background-color css
<style>
a { background-color: #70F2AF; }
a { background-color: rgb(112,242,175); }
div.DivClassName
{
background-color: #70F2AF;
}
.BgClassName
{
background-color: #70F2AF;
}
</style>
border-color css
<style>
span { border-color: #70F2AF; }
span { border-color: rgb(112,242,175); }
td.TdClassName
{
border-color: #70F2AF;
}
.TagClassName
{
border-color: #70F2AF;
}
</style>