Shades of Aquamarine #73FFAE
Tints of Aquamarine #73FFAE
RGB
CMYK
RGB Variations
Color information
#73FFAE (or 0x73FFAE) is known color: Aquamarine. HEX triplet: 73, FF and AE. RGB value is (115,255,174). Sum of RGB (Red+Green+Blue) = 115+255+174=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FFAE is #8C0051. Grayscale: #CCCCCC. Windows color (decimal): -9175122 or 11468659. OLE color: 11468659.
HSL color Cylindrical-coordinate representation of color #73FFAE: hue angle of 145.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFAE is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 174 | - |
| CMYK | 0.55 | 0 | 0.32 | 0 |
| HSL | 145.29º | 1% | 0.73% | - |
| HSV(B) | 145.29º | 0.55% | 1% | - |
| XYZ | 50.47 | 78.22 | 52.48 | - |
| YUV | 203.91 | 111.12 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 174 | 0.55 | 0 | 0.32 | 0 | 145.29 | 1 | 0.73 |
| Hex | 73 | FF | AE | 37 | 0 | 20 | 0 | 91 | 64 | 49 |
| Octal | 163 | 377 | 256 | 67 | 0 | 40 | 0 | 221 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10101110 | 110111 | 0 | 100000 | 0 | 10010001 | 1100100 | 1001001 |
Color Harmonies of #73FFAE
Complementary color
Monochromatic Colors of #73FFAE
Black with #73FFAE
Text Example
Text Example
White with #73FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFAE; }
p { color: rgb(115,255,174); }
H1.HeaderClassName
{
color: #73FFAE;
}
.AnyTagClassName
{
color: #73FFAE;
}
</style>
background-color css
<style>
a { background-color: #73FFAE; }
a { background-color: rgb(115,255,174); }
div.DivClassName
{
background-color: #73FFAE;
}
.BgClassName
{
background-color: #73FFAE;
}
</style>
border-color css
<style>
span { border-color: #73FFAE; }
span { border-color: rgb(115,255,174); }
td.TdClassName
{
border-color: #73FFAE;
}
.TagClassName
{
border-color: #73FFAE;
}
</style>