Shades of Aquamarine #73F5BC
Tints of Aquamarine #73F5BC
RGB
CMYK
RGB Variations
Color information
#73F5BC (or 0x73F5BC) is known color: Aquamarine. HEX triplet: 73, F5 and BC. RGB value is (115,245,188). Sum of RGB (Red+Green+Blue) = 115+245+188=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #73F5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F5BC is #8C0A43. Grayscale: #C7C7C7. Windows color (decimal): -9177668 or 12383603. OLE color: 12383603.
HSL color Cylindrical-coordinate representation of color #73F5BC: hue angle of 153.69º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F5BC is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 245 | 188 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.04 |
| HSL | 153.69º | 0.87% | 0.71% | - |
| HSV(B) | 153.69º | 0.53% | 0.96% | - |
| XYZ | 48.8 | 72.58 | 59.01 | - |
| YUV | 199.63 | 121.43 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 245 | 188 | 0.53 | 0 | 0.23 | 0.04 | 153.69 | 0.87 | 0.71 |
| Hex | 73 | F5 | BC | 35 | 0 | 17 | 4 | 9A | 57 | 47 |
| Octal | 163 | 365 | 274 | 65 | 0 | 27 | 4 | 232 | 127 | 107 |
| Binary | 1110011 | 11110101 | 10111100 | 110101 | 0 | 10111 | 100 | 10011010 | 1010111 | 1000111 |
Color Harmonies of #73F5BC
Complementary color
Monochromatic Colors of #73F5BC
Black with #73F5BC
Text Example
Text Example
White with #73F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F5BC; }
p { color: rgb(115,245,188); }
H1.HeaderClassName
{
color: #73F5BC;
}
.AnyTagClassName
{
color: #73F5BC;
}
</style>
background-color css
<style>
a { background-color: #73F5BC; }
a { background-color: rgb(115,245,188); }
div.DivClassName
{
background-color: #73F5BC;
}
.BgClassName
{
background-color: #73F5BC;
}
</style>
border-color css
<style>
span { border-color: #73F5BC; }
span { border-color: rgb(115,245,188); }
td.TdClassName
{
border-color: #73F5BC;
}
.TagClassName
{
border-color: #73F5BC;
}
</style>