Shades of Medium Aquamarine #70F1A8
Tints of Medium Aquamarine #70F1A8
RGB
CMYK
RGB Variations
Color information
#70F1A8 (or 0x70F1A8) is known color: Medium Aquamarine. HEX triplet: 70, F1 and A8. RGB value is (112,241,168). Sum of RGB (Red+Green+Blue) = 112+241+168=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F1A8 is #8F0E57. Grayscale: #C2C2C2. Windows color (decimal): -9375320 or 11071856. OLE color: 11071856.
HSL color Cylindrical-coordinate representation of color #70F1A8: hue angle of 146.05º 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 #70F1A8 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 168 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.05 |
| HSL | 146.05º | 0.82% | 0.69% | - |
| HSV(B) | 146.05º | 0.54% | 0.95% | - |
| XYZ | 45.21 | 69.18 | 48.02 | - |
| YUV | 194.11 | 113.26 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 168 | 0.54 | 0 | 0.30 | 0.05 | 146.05 | 0.82 | 0.69 |
| Hex | 70 | F1 | A8 | 36 | 0 | 1E | 5 | 92 | 52 | 45 |
| Octal | 160 | 361 | 250 | 66 | 0 | 36 | 5 | 222 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10101000 | 110110 | 0 | 11110 | 101 | 10010010 | 1010010 | 1000101 |
Color Harmonies of #70F1A8
Complementary color
Monochromatic Colors of #70F1A8
Black with #70F1A8
Text Example
Text Example
White with #70F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1A8; }
p { color: rgb(112,241,168); }
H1.HeaderClassName
{
color: #70F1A8;
}
.AnyTagClassName
{
color: #70F1A8;
}
</style>
background-color css
<style>
a { background-color: #70F1A8; }
a { background-color: rgb(112,241,168); }
div.DivClassName
{
background-color: #70F1A8;
}
.BgClassName
{
background-color: #70F1A8;
}
</style>
border-color css
<style>
span { border-color: #70F1A8; }
span { border-color: rgb(112,241,168); }
td.TdClassName
{
border-color: #70F1A8;
}
.TagClassName
{
border-color: #70F1A8;
}
</style>