Shades of Aquamarine #70F7AD
Tints of Aquamarine #70F7AD
RGB
CMYK
RGB Variations
Color information
#70F7AD (or 0x70F7AD) is known color: Aquamarine. HEX triplet: 70, F7 and AD. RGB value is (112,247,173). Sum of RGB (Red+Green+Blue) = 112+247+173=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #70F7AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F7AD is #8F0852. Grayscale: #C6C6C6. Windows color (decimal): -9373779 or 11401072. OLE color: 11401072.
HSL color Cylindrical-coordinate representation of color #70F7AD: hue angle of 147.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F7AD is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 173 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.03 |
| HSL | 147.11º | 0.89% | 0.7% | - |
| HSV(B) | 147.11º | 0.55% | 0.97% | - |
| XYZ | 47.49 | 72.98 | 51.12 | - |
| YUV | 198.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 173 | 0.55 | 0 | 0.30 | 0.03 | 147.11 | 0.89 | 0.7 |
| Hex | 70 | F7 | AD | 37 | 0 | 1E | 3 | 93 | 59 | 46 |
| Octal | 160 | 367 | 255 | 67 | 0 | 36 | 3 | 223 | 131 | 106 |
| Binary | 1110000 | 11110111 | 10101101 | 110111 | 0 | 11110 | 11 | 10010011 | 1011001 | 1000110 |
Color Harmonies of #70F7AD
Complementary color
Monochromatic Colors of #70F7AD
Black with #70F7AD
Text Example
Text Example
White with #70F7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F7AD; }
p { color: rgb(112,247,173); }
H1.HeaderClassName
{
color: #70F7AD;
}
.AnyTagClassName
{
color: #70F7AD;
}
</style>
background-color css
<style>
a { background-color: #70F7AD; }
a { background-color: rgb(112,247,173); }
div.DivClassName
{
background-color: #70F7AD;
}
.BgClassName
{
background-color: #70F7AD;
}
</style>
border-color css
<style>
span { border-color: #70F7AD; }
span { border-color: rgb(112,247,173); }
td.TdClassName
{
border-color: #70F7AD;
}
.TagClassName
{
border-color: #70F7AD;
}
</style>