Shades of Aquamarine #70FCAC
Tints of Aquamarine #70FCAC
RGB
CMYK
RGB Variations
Color information
#70FCAC (or 0x70FCAC) is known color: Aquamarine. HEX triplet: 70, FC and AC. RGB value is (112,252,172). Sum of RGB (Red+Green+Blue) = 112+252+172=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FCAC is #8F0353. Grayscale: #C9C9C9. Windows color (decimal): -9372500 or 11336816. OLE color: 11336816.
HSL color Cylindrical-coordinate representation of color #70FCAC: hue angle of 145.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCAC is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 172 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.01 |
| HSL | 145.71º | 0.96% | 0.71% | - |
| HSV(B) | 145.71º | 0.56% | 0.99% | - |
| XYZ | 48.94 | 76.04 | 51.13 | - |
| YUV | 201.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 172 | 0.56 | 0 | 0.32 | 0.01 | 145.71 | 0.96 | 0.71 |
| Hex | 70 | FC | AC | 38 | 0 | 20 | 1 | 92 | 60 | 47 |
| Octal | 160 | 374 | 254 | 70 | 0 | 40 | 1 | 222 | 140 | 107 |
| Binary | 1110000 | 11111100 | 10101100 | 111000 | 0 | 100000 | 1 | 10010010 | 1100000 | 1000111 |
Color Harmonies of #70FCAC
Complementary color
Monochromatic Colors of #70FCAC
Black with #70FCAC
Text Example
Text Example
White with #70FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCAC; }
p { color: rgb(112,252,172); }
H1.HeaderClassName
{
color: #70FCAC;
}
.AnyTagClassName
{
color: #70FCAC;
}
</style>
background-color css
<style>
a { background-color: #70FCAC; }
a { background-color: rgb(112,252,172); }
div.DivClassName
{
background-color: #70FCAC;
}
.BgClassName
{
background-color: #70FCAC;
}
</style>
border-color css
<style>
span { border-color: #70FCAC; }
span { border-color: rgb(112,252,172); }
td.TdClassName
{
border-color: #70FCAC;
}
.TagClassName
{
border-color: #70FCAC;
}
</style>