Shades of Aquamarine #70FFAE
Tints of Aquamarine #70FFAE
RGB
CMYK
RGB Variations
Color information
#70FFAE (or 0x70FFAE) is known color: Aquamarine. HEX triplet: 70, FF and AE. RGB value is (112,255,174). Sum of RGB (Red+Green+Blue) = 112+255+174=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FFAE is #8F0051. Grayscale: #CBCBCB. Windows color (decimal): -9371730 or 11468656. OLE color: 11468656.
HSL color Cylindrical-coordinate representation of color #70FFAE: hue angle of 146.01º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFAE is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 174 | - |
| CMYK | 0.56 | 0 | 0.32 | 0 |
| HSL | 146.01º | 1% | 0.72% | - |
| HSV(B) | 146.01º | 0.56% | 1% | - |
| XYZ | 50.08 | 78.02 | 52.46 | - |
| YUV | 203.01 | 111.62 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 174 | 0.56 | 0 | 0.32 | 0 | 146.01 | 1 | 0.72 |
| Hex | 70 | FF | AE | 38 | 0 | 20 | 0 | 92 | 64 | 48 |
| Octal | 160 | 377 | 256 | 70 | 0 | 40 | 0 | 222 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10101110 | 111000 | 0 | 100000 | 0 | 10010010 | 1100100 | 1001000 |
Color Harmonies of #70FFAE
Complementary color
Monochromatic Colors of #70FFAE
Black with #70FFAE
Text Example
Text Example
White with #70FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFAE; }
p { color: rgb(112,255,174); }
H1.HeaderClassName
{
color: #70FFAE;
}
.AnyTagClassName
{
color: #70FFAE;
}
</style>
background-color css
<style>
a { background-color: #70FFAE; }
a { background-color: rgb(112,255,174); }
div.DivClassName
{
background-color: #70FFAE;
}
.BgClassName
{
background-color: #70FFAE;
}
</style>
border-color css
<style>
span { border-color: #70FFAE; }
span { border-color: rgb(112,255,174); }
td.TdClassName
{
border-color: #70FFAE;
}
.TagClassName
{
border-color: #70FFAE;
}
</style>