Shades of Aquamarine #70FFA7
Tints of Aquamarine #70FFA7
RGB
CMYK
RGB Variations
Color information
#70FFA7 (or 0x70FFA7) is known color: Aquamarine. HEX triplet: 70, FF and A7. RGB value is (112,255,167). Sum of RGB (Red+Green+Blue) = 112+255+167=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FFA7 is #8F0058. Grayscale: #CACACA. Windows color (decimal): -9371737 or 11009904. OLE color: 11009904.
HSL color Cylindrical-coordinate representation of color #70FFA7: hue angle of 143.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFA7 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 167 | - |
| CMYK | 0.56 | 0 | 0.35 | 0 |
| HSL | 143.08º | 1% | 0.72% | - |
| HSV(B) | 143.08º | 0.56% | 1% | - |
| XYZ | 49.42 | 77.75 | 48.96 | - |
| YUV | 202.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 167 | 0.56 | 0 | 0.35 | 0 | 143.08 | 1 | 0.72 |
| Hex | 70 | FF | A7 | 38 | 0 | 23 | 0 | 8F | 64 | 48 |
| Octal | 160 | 377 | 247 | 70 | 0 | 43 | 0 | 217 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10100111 | 111000 | 0 | 100011 | 0 | 10001111 | 1100100 | 1001000 |
Color Harmonies of #70FFA7
Complementary color
Monochromatic Colors of #70FFA7
Black with #70FFA7
Text Example
Text Example
White with #70FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFA7; }
p { color: rgb(112,255,167); }
H1.HeaderClassName
{
color: #70FFA7;
}
.AnyTagClassName
{
color: #70FFA7;
}
</style>
background-color css
<style>
a { background-color: #70FFA7; }
a { background-color: rgb(112,255,167); }
div.DivClassName
{
background-color: #70FFA7;
}
.BgClassName
{
background-color: #70FFA7;
}
</style>
border-color css
<style>
span { border-color: #70FFA7; }
span { border-color: rgb(112,255,167); }
td.TdClassName
{
border-color: #70FFA7;
}
.TagClassName
{
border-color: #70FFA7;
}
</style>