Shades of Aquamarine #70FACC
Tints of Aquamarine #70FACC
RGB
CMYK
RGB Variations
Color information
#70FACC (or 0x70FACC) is known color: Aquamarine. HEX triplet: 70, FA and CC. RGB value is (112,250,204). Sum of RGB (Red+Green+Blue) = 112+250+204=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #70FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FACC is #8F0533. Grayscale: #CBCBCB. Windows color (decimal): -9372980 or 13433456. OLE color: 13433456.
HSL color Cylindrical-coordinate representation of color #70FACC: hue angle of 160º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FACC is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 204 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.02 |
| HSL | 160º | 0.93% | 0.71% | - |
| HSV(B) | 160º | 0.55% | 0.98% | - |
| XYZ | 51.77 | 76.18 | 69.1 | - |
| YUV | 203.49 | 128.28 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 204 | 0.55 | 0 | 0.18 | 0.02 | 160 | 0.93 | 0.71 |
| Hex | 70 | FA | CC | 37 | 0 | 12 | 2 | A0 | 5D | 47 |
| Octal | 160 | 372 | 314 | 67 | 0 | 22 | 2 | 240 | 135 | 107 |
| Binary | 1110000 | 11111010 | 11001100 | 110111 | 0 | 10010 | 10 | 10100000 | 1011101 | 1000111 |
Color Harmonies of #70FACC
Complementary color
Monochromatic Colors of #70FACC
Black with #70FACC
Text Example
Text Example
White with #70FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FACC; }
p { color: rgb(112,250,204); }
H1.HeaderClassName
{
color: #70FACC;
}
.AnyTagClassName
{
color: #70FACC;
}
</style>
background-color css
<style>
a { background-color: #70FACC; }
a { background-color: rgb(112,250,204); }
div.DivClassName
{
background-color: #70FACC;
}
.BgClassName
{
background-color: #70FACC;
}
</style>
border-color css
<style>
span { border-color: #70FACC; }
span { border-color: rgb(112,250,204); }
td.TdClassName
{
border-color: #70FACC;
}
.TagClassName
{
border-color: #70FACC;
}
</style>