Shades of Aquamarine #73F5BD
Tints of Aquamarine #73F5BD
RGB
CMYK
RGB Variations
Color information
#73F5BD (or 0x73F5BD) is known color: Aquamarine. HEX triplet: 73, F5 and BD. RGB value is (115,245,189). Sum of RGB (Red+Green+Blue) = 115+245+189=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #73F5BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F5BD is #8C0A42. Grayscale: #C7C7C7. Windows color (decimal): -9177667 or 12449139. OLE color: 12449139.
HSL color Cylindrical-coordinate representation of color #73F5BD: hue angle of 154.15º 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 #73F5BD is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 245 | 189 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.04 |
| HSL | 154.15º | 0.87% | 0.71% | - |
| HSV(B) | 154.15º | 0.53% | 0.96% | - |
| XYZ | 48.91 | 72.62 | 59.58 | - |
| YUV | 199.75 | 121.93 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 245 | 189 | 0.53 | 0 | 0.23 | 0.04 | 154.15 | 0.87 | 0.71 |
| Hex | 73 | F5 | BD | 35 | 0 | 17 | 4 | 9A | 57 | 47 |
| Octal | 163 | 365 | 275 | 65 | 0 | 27 | 4 | 232 | 127 | 107 |
| Binary | 1110011 | 11110101 | 10111101 | 110101 | 0 | 10111 | 100 | 10011010 | 1010111 | 1000111 |
Color Harmonies of #73F5BD
Complementary color
Monochromatic Colors of #73F5BD
Black with #73F5BD
Text Example
Text Example
White with #73F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F5BD; }
p { color: rgb(115,245,189); }
H1.HeaderClassName
{
color: #73F5BD;
}
.AnyTagClassName
{
color: #73F5BD;
}
</style>
background-color css
<style>
a { background-color: #73F5BD; }
a { background-color: rgb(115,245,189); }
div.DivClassName
{
background-color: #73F5BD;
}
.BgClassName
{
background-color: #73F5BD;
}
</style>
border-color css
<style>
span { border-color: #73F5BD; }
span { border-color: rgb(115,245,189); }
td.TdClassName
{
border-color: #73F5BD;
}
.TagClassName
{
border-color: #73F5BD;
}
</style>