Shades of Aquamarine #70FAAA
Tints of Aquamarine #70FAAA
RGB
CMYK
RGB Variations
Color information
#70FAAA (or 0x70FAAA) is known color: Aquamarine. HEX triplet: 70, FA and AA. RGB value is (112,250,170). Sum of RGB (Red+Green+Blue) = 112+250+170=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FAAA is #8F0555. Grayscale: #C7C7C7. Windows color (decimal): -9373014 or 11205232. OLE color: 11205232.
HSL color Cylindrical-coordinate representation of color #70FAAA: hue angle of 145.22º 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 #70FAAA is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 170 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.02 |
| HSL | 145.22º | 0.93% | 0.71% | - |
| HSV(B) | 145.22º | 0.55% | 0.98% | - |
| XYZ | 48.12 | 74.72 | 49.92 | - |
| YUV | 199.62 | 111.28 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 170 | 0.55 | 0 | 0.32 | 0.02 | 145.22 | 0.93 | 0.71 |
| Hex | 70 | FA | AA | 37 | 0 | 20 | 2 | 91 | 5D | 47 |
| Octal | 160 | 372 | 252 | 67 | 0 | 40 | 2 | 221 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10101010 | 110111 | 0 | 100000 | 10 | 10010001 | 1011101 | 1000111 |
Color Harmonies of #70FAAA
Complementary color
Monochromatic Colors of #70FAAA
Black with #70FAAA
Text Example
Text Example
White with #70FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAAA; }
p { color: rgb(112,250,170); }
H1.HeaderClassName
{
color: #70FAAA;
}
.AnyTagClassName
{
color: #70FAAA;
}
</style>
background-color css
<style>
a { background-color: #70FAAA; }
a { background-color: rgb(112,250,170); }
div.DivClassName
{
background-color: #70FAAA;
}
.BgClassName
{
background-color: #70FAAA;
}
</style>
border-color css
<style>
span { border-color: #70FAAA; }
span { border-color: rgb(112,250,170); }
td.TdClassName
{
border-color: #70FAAA;
}
.TagClassName
{
border-color: #70FAAA;
}
</style>