Shades of Aquamarine #73FAAA
Tints of Aquamarine #73FAAA
RGB
CMYK
RGB Variations
Color information
#73FAAA (or 0x73FAAA) is known color: Aquamarine. HEX triplet: 73, FA and AA. RGB value is (115,250,170). Sum of RGB (Red+Green+Blue) = 115+250+170=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAAA is #8C0555. Grayscale: #C8C8C8. Windows color (decimal): -9176406 or 11205235. OLE color: 11205235.
HSL color Cylindrical-coordinate representation of color #73FAAA: hue angle of 144.44º 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 #73FAAA is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 170 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.02 |
| HSL | 144.44º | 0.93% | 0.72% | - |
| HSV(B) | 144.44º | 0.54% | 0.98% | - |
| XYZ | 48.51 | 74.92 | 49.93 | - |
| YUV | 200.52 | 110.77 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 170 | 0.54 | 0 | 0.32 | 0.02 | 144.44 | 0.93 | 0.72 |
| Hex | 73 | FA | AA | 36 | 0 | 20 | 2 | 90 | 5D | 48 |
| Octal | 163 | 372 | 252 | 66 | 0 | 40 | 2 | 220 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10101010 | 110110 | 0 | 100000 | 10 | 10010000 | 1011101 | 1001000 |
Color Harmonies of #73FAAA
Complementary color
Monochromatic Colors of #73FAAA
Black with #73FAAA
Text Example
Text Example
White with #73FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAAA; }
p { color: rgb(115,250,170); }
H1.HeaderClassName
{
color: #73FAAA;
}
.AnyTagClassName
{
color: #73FAAA;
}
</style>
background-color css
<style>
a { background-color: #73FAAA; }
a { background-color: rgb(115,250,170); }
div.DivClassName
{
background-color: #73FAAA;
}
.BgClassName
{
background-color: #73FAAA;
}
</style>
border-color css
<style>
span { border-color: #73FAAA; }
span { border-color: rgb(115,250,170); }
td.TdClassName
{
border-color: #73FAAA;
}
.TagClassName
{
border-color: #73FAAA;
}
</style>