Shades of Aquamarine #71FFAE
Tints of Aquamarine #71FFAE
RGB
CMYK
RGB Variations
Color information
#71FFAE (or 0x71FFAE) is known color: Aquamarine. HEX triplet: 71, FF and AE. RGB value is (113,255,174). Sum of RGB (Red+Green+Blue) = 113+255+174=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FFAE is #8E0051. Grayscale: #CBCBCB. Windows color (decimal): -9306194 or 11468657. OLE color: 11468657.
HSL color Cylindrical-coordinate representation of color #71FFAE: hue angle of 145.77º 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 #71FFAE is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 174 | - |
| CMYK | 0.56 | 0 | 0.32 | 0 |
| HSL | 145.77º | 1% | 0.72% | - |
| HSV(B) | 145.77º | 0.56% | 1% | - |
| XYZ | 50.21 | 78.09 | 52.47 | - |
| YUV | 203.31 | 111.46 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 174 | 0.56 | 0 | 0.32 | 0 | 145.77 | 1 | 0.72 |
| Hex | 71 | FF | AE | 38 | 0 | 20 | 0 | 92 | 64 | 48 |
| Octal | 161 | 377 | 256 | 70 | 0 | 40 | 0 | 222 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10101110 | 111000 | 0 | 100000 | 0 | 10010010 | 1100100 | 1001000 |
Color Harmonies of #71FFAE
Complementary color
Monochromatic Colors of #71FFAE
Black with #71FFAE
Text Example
Text Example
White with #71FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFAE; }
p { color: rgb(113,255,174); }
H1.HeaderClassName
{
color: #71FFAE;
}
.AnyTagClassName
{
color: #71FFAE;
}
</style>
background-color css
<style>
a { background-color: #71FFAE; }
a { background-color: rgb(113,255,174); }
div.DivClassName
{
background-color: #71FFAE;
}
.BgClassName
{
background-color: #71FFAE;
}
</style>
border-color css
<style>
span { border-color: #71FFAE; }
span { border-color: rgb(113,255,174); }
td.TdClassName
{
border-color: #71FFAE;
}
.TagClassName
{
border-color: #71FFAE;
}
</style>