Shades of Aquamarine #70FEAA
Tints of Aquamarine #70FEAA
RGB
CMYK
RGB Variations
Color information
#70FEAA (or 0x70FEAA) is known color: Aquamarine. HEX triplet: 70, FE and AA. RGB value is (112,254,170). Sum of RGB (Red+Green+Blue) = 112+254+170=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FEAA is #8F0155. Grayscale: #CACACA. Windows color (decimal): -9371990 or 11206256. OLE color: 11206256.
HSL color Cylindrical-coordinate representation of color #70FEAA: hue angle of 144.51º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEAA is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 170 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.00 |
| HSL | 144.51º | 0.99% | 0.72% | - |
| HSV(B) | 144.51º | 0.56% | 1% | - |
| XYZ | 49.38 | 77.23 | 50.33 | - |
| YUV | 201.97 | 109.96 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 170 | 0.56 | 0 | 0.33 | 0.00 | 144.51 | 0.99 | 0.72 |
| Hex | 70 | FE | AA | 38 | 0 | 21 | 0 | 91 | 63 | 48 |
| Octal | 160 | 376 | 252 | 70 | 0 | 41 | 0 | 221 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10101010 | 111000 | 0 | 100001 | 0 | 10010001 | 1100011 | 1001000 |
Color Harmonies of #70FEAA
Complementary color
Monochromatic Colors of #70FEAA
Black with #70FEAA
Text Example
Text Example
White with #70FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEAA; }
p { color: rgb(112,254,170); }
H1.HeaderClassName
{
color: #70FEAA;
}
.AnyTagClassName
{
color: #70FEAA;
}
</style>
background-color css
<style>
a { background-color: #70FEAA; }
a { background-color: rgb(112,254,170); }
div.DivClassName
{
background-color: #70FEAA;
}
.BgClassName
{
background-color: #70FEAA;
}
</style>
border-color css
<style>
span { border-color: #70FEAA; }
span { border-color: rgb(112,254,170); }
td.TdClassName
{
border-color: #70FEAA;
}
.TagClassName
{
border-color: #70FEAA;
}
</style>