Shades of Aquamarine #70FAC3
Tints of Aquamarine #70FAC3
RGB
CMYK
RGB Variations
Color information
#70FAC3 (or 0x70FAC3) is known color: Aquamarine. HEX triplet: 70, FA and C3. RGB value is (112,250,195). Sum of RGB (Red+Green+Blue) = 112+250+195=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAC3 is #8F053C. Grayscale: #CACACA. Windows color (decimal): -9372989 or 12843632. OLE color: 12843632.
HSL color Cylindrical-coordinate representation of color #70FAC3: hue angle of 156.09º 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 #70FAC3 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 195 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.02 |
| HSL | 156.09º | 0.93% | 0.71% | - |
| HSV(B) | 156.09º | 0.55% | 0.98% | - |
| XYZ | 50.72 | 75.76 | 63.58 | - |
| YUV | 202.47 | 123.78 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 195 | 0.55 | 0 | 0.22 | 0.02 | 156.09 | 0.93 | 0.71 |
| Hex | 70 | FA | C3 | 37 | 0 | 16 | 2 | 9C | 5D | 47 |
| Octal | 160 | 372 | 303 | 67 | 0 | 26 | 2 | 234 | 135 | 107 |
| Binary | 1110000 | 11111010 | 11000011 | 110111 | 0 | 10110 | 10 | 10011100 | 1011101 | 1000111 |
Color Harmonies of #70FAC3
Complementary color
Monochromatic Colors of #70FAC3
Black with #70FAC3
Text Example
Text Example
White with #70FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAC3; }
p { color: rgb(112,250,195); }
H1.HeaderClassName
{
color: #70FAC3;
}
.AnyTagClassName
{
color: #70FAC3;
}
</style>
background-color css
<style>
a { background-color: #70FAC3; }
a { background-color: rgb(112,250,195); }
div.DivClassName
{
background-color: #70FAC3;
}
.BgClassName
{
background-color: #70FAC3;
}
</style>
border-color css
<style>
span { border-color: #70FAC3; }
span { border-color: rgb(112,250,195); }
td.TdClassName
{
border-color: #70FAC3;
}
.TagClassName
{
border-color: #70FAC3;
}
</style>