Shades of Aquamarine #73FAAE
Tints of Aquamarine #73FAAE
RGB
CMYK
RGB Variations
Color information
#73FAAE (or 0x73FAAE) is known color: Aquamarine. HEX triplet: 73, FA and AE. RGB value is (115,250,174). Sum of RGB (Red+Green+Blue) = 115+250+174=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAAE is #8C0551. Grayscale: #C9C9C9. Windows color (decimal): -9176402 or 11467379. OLE color: 11467379.
HSL color Cylindrical-coordinate representation of color #73FAAE: hue angle of 146.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FAAE is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 174 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.02 |
| HSL | 146.22º | 0.93% | 0.72% | - |
| HSV(B) | 146.22º | 0.54% | 0.98% | - |
| XYZ | 48.9 | 75.07 | 51.96 | - |
| YUV | 200.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 174 | 0.54 | 0 | 0.30 | 0.02 | 146.22 | 0.93 | 0.72 |
| Hex | 73 | FA | AE | 36 | 0 | 1E | 2 | 92 | 5D | 48 |
| Octal | 163 | 372 | 256 | 66 | 0 | 36 | 2 | 222 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10101110 | 110110 | 0 | 11110 | 10 | 10010010 | 1011101 | 1001000 |
Color Harmonies of #73FAAE
Complementary color
Monochromatic Colors of #73FAAE
Black with #73FAAE
Text Example
Text Example
White with #73FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAAE; }
p { color: rgb(115,250,174); }
H1.HeaderClassName
{
color: #73FAAE;
}
.AnyTagClassName
{
color: #73FAAE;
}
</style>
background-color css
<style>
a { background-color: #73FAAE; }
a { background-color: rgb(115,250,174); }
div.DivClassName
{
background-color: #73FAAE;
}
.BgClassName
{
background-color: #73FAAE;
}
</style>
border-color css
<style>
span { border-color: #73FAAE; }
span { border-color: rgb(115,250,174); }
td.TdClassName
{
border-color: #73FAAE;
}
.TagClassName
{
border-color: #73FAAE;
}
</style>