Shades of Aquamarine #73FFAF
Tints of Aquamarine #73FFAF
RGB
CMYK
RGB Variations
Color information
#73FFAF (or 0x73FFAF) is known color: Aquamarine. HEX triplet: 73, FF and AF. RGB value is (115,255,175). Sum of RGB (Red+Green+Blue) = 115+255+175=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FFAF is #8C0050. Grayscale: #CCCCCC. Windows color (decimal): -9175121 or 11534195. OLE color: 11534195.
HSL color Cylindrical-coordinate representation of color #73FFAF: hue angle of 145.71º 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 #73FFAF is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 175 | - |
| CMYK | 0.55 | 0 | 0.31 | 0 |
| HSL | 145.71º | 1% | 0.73% | - |
| HSV(B) | 145.71º | 0.55% | 1% | - |
| XYZ | 50.57 | 78.26 | 53 | - |
| YUV | 204.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 175 | 0.55 | 0 | 0.31 | 0 | 145.71 | 1 | 0.73 |
| Hex | 73 | FF | AF | 37 | 0 | 1F | 0 | 92 | 64 | 49 |
| Octal | 163 | 377 | 257 | 67 | 0 | 37 | 0 | 222 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10101111 | 110111 | 0 | 11111 | 0 | 10010010 | 1100100 | 1001001 |
Color Harmonies of #73FFAF
Complementary color
Monochromatic Colors of #73FFAF
Black with #73FFAF
Text Example
Text Example
White with #73FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFAF; }
p { color: rgb(115,255,175); }
H1.HeaderClassName
{
color: #73FFAF;
}
.AnyTagClassName
{
color: #73FFAF;
}
</style>
background-color css
<style>
a { background-color: #73FFAF; }
a { background-color: rgb(115,255,175); }
div.DivClassName
{
background-color: #73FFAF;
}
.BgClassName
{
background-color: #73FFAF;
}
</style>
border-color css
<style>
span { border-color: #73FFAF; }
span { border-color: rgb(115,255,175); }
td.TdClassName
{
border-color: #73FFAF;
}
.TagClassName
{
border-color: #73FFAF;
}
</style>