Shades of Medium Aquamarine #70F1AD
Tints of Medium Aquamarine #70F1AD
RGB
CMYK
RGB Variations
Color information
#70F1AD (or 0x70F1AD) is known color: Medium Aquamarine. HEX triplet: 70, F1 and AD. RGB value is (112,241,173). Sum of RGB (Red+Green+Blue) = 112+241+173=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F1AD is #8F0E52. Grayscale: #C2C2C2. Windows color (decimal): -9375315 or 11399536. OLE color: 11399536.
HSL color Cylindrical-coordinate representation of color #70F1AD: hue angle of 148.37º 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 #70F1AD is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 173 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.05 |
| HSL | 148.37º | 0.82% | 0.69% | - |
| HSV(B) | 148.37º | 0.54% | 0.95% | - |
| XYZ | 45.68 | 69.37 | 50.52 | - |
| YUV | 194.68 | 115.76 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 173 | 0.54 | 0 | 0.28 | 0.05 | 148.37 | 0.82 | 0.69 |
| Hex | 70 | F1 | AD | 36 | 0 | 1C | 5 | 94 | 52 | 45 |
| Octal | 160 | 361 | 255 | 66 | 0 | 34 | 5 | 224 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10101101 | 110110 | 0 | 11100 | 101 | 10010100 | 1010010 | 1000101 |
Color Harmonies of #70F1AD
Complementary color
Monochromatic Colors of #70F1AD
Black with #70F1AD
Text Example
Text Example
White with #70F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1AD; }
p { color: rgb(112,241,173); }
H1.HeaderClassName
{
color: #70F1AD;
}
.AnyTagClassName
{
color: #70F1AD;
}
</style>
background-color css
<style>
a { background-color: #70F1AD; }
a { background-color: rgb(112,241,173); }
div.DivClassName
{
background-color: #70F1AD;
}
.BgClassName
{
background-color: #70F1AD;
}
</style>
border-color css
<style>
span { border-color: #70F1AD; }
span { border-color: rgb(112,241,173); }
td.TdClassName
{
border-color: #70F1AD;
}
.TagClassName
{
border-color: #70F1AD;
}
</style>