Shades of Aquamarine #70FFAC
Tints of Aquamarine #70FFAC
RGB
CMYK
RGB Variations
Color information
#70FFAC (or 0x70FFAC) is known color: Aquamarine. HEX triplet: 70, FF and AC. RGB value is (112,255,172). Sum of RGB (Red+Green+Blue) = 112+255+172=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FFAC is #8F0053. Grayscale: #CACACA. Windows color (decimal): -9371732 or 11337584. OLE color: 11337584.
HSL color Cylindrical-coordinate representation of color #70FFAC: hue angle of 145.17º 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 #70FFAC is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 172 | - |
| CMYK | 0.56 | 0 | 0.33 | 0 |
| HSL | 145.17º | 1% | 0.72% | - |
| HSV(B) | 145.17º | 0.56% | 1% | - |
| XYZ | 49.89 | 77.94 | 51.44 | - |
| YUV | 202.78 | 110.62 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 172 | 0.56 | 0 | 0.33 | 0 | 145.17 | 1 | 0.72 |
| Hex | 70 | FF | AC | 38 | 0 | 21 | 0 | 91 | 64 | 48 |
| Octal | 160 | 377 | 254 | 70 | 0 | 41 | 0 | 221 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10101100 | 111000 | 0 | 100001 | 0 | 10010001 | 1100100 | 1001000 |
Color Harmonies of #70FFAC
Complementary color
Monochromatic Colors of #70FFAC
Black with #70FFAC
Text Example
Text Example
White with #70FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFAC; }
p { color: rgb(112,255,172); }
H1.HeaderClassName
{
color: #70FFAC;
}
.AnyTagClassName
{
color: #70FFAC;
}
</style>
background-color css
<style>
a { background-color: #70FFAC; }
a { background-color: rgb(112,255,172); }
div.DivClassName
{
background-color: #70FFAC;
}
.BgClassName
{
background-color: #70FFAC;
}
</style>
border-color css
<style>
span { border-color: #70FFAC; }
span { border-color: rgb(112,255,172); }
td.TdClassName
{
border-color: #70FFAC;
}
.TagClassName
{
border-color: #70FFAC;
}
</style>