Shades of Aquamarine #70FDAC
Tints of Aquamarine #70FDAC
RGB
CMYK
RGB Variations
Color information
#70FDAC (or 0x70FDAC) is known color: Aquamarine. HEX triplet: 70, FD and AC. RGB value is (112,253,172). Sum of RGB (Red+Green+Blue) = 112+253+172=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDAC is #8F0253. Grayscale: #C9C9C9. Windows color (decimal): -9372244 or 11337072. OLE color: 11337072.
HSL color Cylindrical-coordinate representation of color #70FDAC: hue angle of 145.53º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FDAC is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 172 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.01 |
| HSL | 145.53º | 0.97% | 0.72% | - |
| HSV(B) | 145.53º | 0.56% | 0.99% | - |
| XYZ | 49.25 | 76.67 | 51.23 | - |
| YUV | 201.61 | 111.29 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 172 | 0.56 | 0 | 0.32 | 0.01 | 145.53 | 0.97 | 0.72 |
| Hex | 70 | FD | AC | 38 | 0 | 20 | 1 | 92 | 61 | 48 |
| Octal | 160 | 375 | 254 | 70 | 0 | 40 | 1 | 222 | 141 | 110 |
| Binary | 1110000 | 11111101 | 10101100 | 111000 | 0 | 100000 | 1 | 10010010 | 1100001 | 1001000 |
Color Harmonies of #70FDAC
Complementary color
Monochromatic Colors of #70FDAC
Black with #70FDAC
Text Example
Text Example
White with #70FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDAC; }
p { color: rgb(112,253,172); }
H1.HeaderClassName
{
color: #70FDAC;
}
.AnyTagClassName
{
color: #70FDAC;
}
</style>
background-color css
<style>
a { background-color: #70FDAC; }
a { background-color: rgb(112,253,172); }
div.DivClassName
{
background-color: #70FDAC;
}
.BgClassName
{
background-color: #70FDAC;
}
</style>
border-color css
<style>
span { border-color: #70FDAC; }
span { border-color: rgb(112,253,172); }
td.TdClassName
{
border-color: #70FDAC;
}
.TagClassName
{
border-color: #70FDAC;
}
</style>