Shades of Aquamarine #70FFA8
Tints of Aquamarine #70FFA8
RGB
CMYK
RGB Variations
Color information
#70FFA8 (or 0x70FFA8) is known color: Aquamarine. HEX triplet: 70, FF and A8. RGB value is (112,255,168). Sum of RGB (Red+Green+Blue) = 112+255+168=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FFA8 is #8F0057. Grayscale: #CACACA. Windows color (decimal): -9371736 or 11075440. OLE color: 11075440.
HSL color Cylindrical-coordinate representation of color #70FFA8: hue angle of 143.5º 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 #70FFA8 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 168 | - |
| CMYK | 0.56 | 0 | 0.34 | 0 |
| HSL | 143.5º | 1% | 0.72% | - |
| HSV(B) | 143.5º | 0.56% | 1% | - |
| XYZ | 49.51 | 77.79 | 49.45 | - |
| YUV | 202.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 168 | 0.56 | 0 | 0.34 | 0 | 143.5 | 1 | 0.72 |
| Hex | 70 | FF | A8 | 38 | 0 | 22 | 0 | 8F | 64 | 48 |
| Octal | 160 | 377 | 250 | 70 | 0 | 42 | 0 | 217 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10101000 | 111000 | 0 | 100010 | 0 | 10001111 | 1100100 | 1001000 |
Color Harmonies of #70FFA8
Complementary color
Monochromatic Colors of #70FFA8
Black with #70FFA8
Text Example
Text Example
White with #70FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFA8; }
p { color: rgb(112,255,168); }
H1.HeaderClassName
{
color: #70FFA8;
}
.AnyTagClassName
{
color: #70FFA8;
}
</style>
background-color css
<style>
a { background-color: #70FFA8; }
a { background-color: rgb(112,255,168); }
div.DivClassName
{
background-color: #70FFA8;
}
.BgClassName
{
background-color: #70FFA8;
}
</style>
border-color css
<style>
span { border-color: #70FFA8; }
span { border-color: rgb(112,255,168); }
td.TdClassName
{
border-color: #70FFA8;
}
.TagClassName
{
border-color: #70FFA8;
}
</style>