Shades of Aquamarine #73FCAA
Tints of Aquamarine #73FCAA
RGB
CMYK
RGB Variations
Color information
#73FCAA (or 0x73FCAA) is known color: Aquamarine. HEX triplet: 73, FC and AA. RGB value is (115,252,170). Sum of RGB (Red+Green+Blue) = 115+252+170=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FCAA is #8C0355. Grayscale: #C9C9C9. Windows color (decimal): -9175894 or 11205747. OLE color: 11205747.
HSL color Cylindrical-coordinate representation of color #73FCAA: hue angle of 144.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCAA is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 170 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.01 |
| HSL | 144.09º | 0.96% | 0.72% | - |
| HSV(B) | 144.09º | 0.54% | 0.99% | - |
| XYZ | 49.14 | 76.17 | 50.14 | - |
| YUV | 201.69 | 110.11 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 170 | 0.54 | 0 | 0.33 | 0.01 | 144.09 | 0.96 | 0.72 |
| Hex | 73 | FC | AA | 36 | 0 | 21 | 1 | 90 | 60 | 48 |
| Octal | 163 | 374 | 252 | 66 | 0 | 41 | 1 | 220 | 140 | 110 |
| Binary | 1110011 | 11111100 | 10101010 | 110110 | 0 | 100001 | 1 | 10010000 | 1100000 | 1001000 |
Color Harmonies of #73FCAA
Complementary color
Monochromatic Colors of #73FCAA
Black with #73FCAA
Text Example
Text Example
White with #73FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCAA; }
p { color: rgb(115,252,170); }
H1.HeaderClassName
{
color: #73FCAA;
}
.AnyTagClassName
{
color: #73FCAA;
}
</style>
background-color css
<style>
a { background-color: #73FCAA; }
a { background-color: rgb(115,252,170); }
div.DivClassName
{
background-color: #73FCAA;
}
.BgClassName
{
background-color: #73FCAA;
}
</style>
border-color css
<style>
span { border-color: #73FCAA; }
span { border-color: rgb(115,252,170); }
td.TdClassName
{
border-color: #73FCAA;
}
.TagClassName
{
border-color: #73FCAA;
}
</style>