Shades of Aquamarine #70FAC5
Tints of Aquamarine #70FAC5
RGB
CMYK
RGB Variations
Color information
#70FAC5 (or 0x70FAC5) is known color: Aquamarine. HEX triplet: 70, FA and C5. RGB value is (112,250,197). Sum of RGB (Red+Green+Blue) = 112+250+197=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAC5 is #8F053A. Grayscale: #CACACA. Windows color (decimal): -9372987 or 12974704. OLE color: 12974704.
HSL color Cylindrical-coordinate representation of color #70FAC5: hue angle of 156.96º 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 #70FAC5 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 197 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.02 |
| HSL | 156.96º | 0.93% | 0.71% | - |
| HSV(B) | 156.96º | 0.55% | 0.98% | - |
| XYZ | 50.95 | 75.85 | 64.78 | - |
| YUV | 202.7 | 124.78 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 197 | 0.55 | 0 | 0.21 | 0.02 | 156.96 | 0.93 | 0.71 |
| Hex | 70 | FA | C5 | 37 | 0 | 15 | 2 | 9D | 5D | 47 |
| Octal | 160 | 372 | 305 | 67 | 0 | 25 | 2 | 235 | 135 | 107 |
| Binary | 1110000 | 11111010 | 11000101 | 110111 | 0 | 10101 | 10 | 10011101 | 1011101 | 1000111 |
Color Harmonies of #70FAC5
Complementary color
Monochromatic Colors of #70FAC5
Black with #70FAC5
Text Example
Text Example
White with #70FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAC5; }
p { color: rgb(112,250,197); }
H1.HeaderClassName
{
color: #70FAC5;
}
.AnyTagClassName
{
color: #70FAC5;
}
</style>
background-color css
<style>
a { background-color: #70FAC5; }
a { background-color: rgb(112,250,197); }
div.DivClassName
{
background-color: #70FAC5;
}
.BgClassName
{
background-color: #70FAC5;
}
</style>
border-color css
<style>
span { border-color: #70FAC5; }
span { border-color: rgb(112,250,197); }
td.TdClassName
{
border-color: #70FAC5;
}
.TagClassName
{
border-color: #70FAC5;
}
</style>