Shades of Medium Aquamarine #73DB9F
Tints of Medium Aquamarine #73DB9F
RGB
CMYK
RGB Variations
Color information
#73DB9F (or 0x73DB9F) is known color: Medium Aquamarine. HEX triplet: 73, DB and 9F. RGB value is (115,219,159). Sum of RGB (Red+Green+Blue) = 115+219+159=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DB9F is #8C2460. Grayscale: #B5B5B5. Windows color (decimal): -9184353 or 10476403. OLE color: 10476403.
HSL color Cylindrical-coordinate representation of color #73DB9F: hue angle of 145.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DB9F is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 159 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.14 |
| HSL | 145.38º | 0.59% | 0.65% | - |
| HSV(B) | 145.38º | 0.47% | 0.86% | - |
| XYZ | 38.66 | 56.81 | 41.73 | - |
| YUV | 181.06 | 115.54 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 159 | 0.47 | 0 | 0.27 | 0.14 | 145.38 | 0.59 | 0.65 |
| Hex | 73 | DB | 9F | 2F | 0 | 1B | E | 91 | 3B | 41 |
| Octal | 163 | 333 | 237 | 57 | 0 | 33 | 16 | 221 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10011111 | 101111 | 0 | 11011 | 1110 | 10010001 | 111011 | 1000001 |
Color Harmonies of #73DB9F
Complementary color
Monochromatic Colors of #73DB9F
Black with #73DB9F
Text Example
Text Example
White with #73DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB9F; }
p { color: rgb(115,219,159); }
H1.HeaderClassName
{
color: #73DB9F;
}
.AnyTagClassName
{
color: #73DB9F;
}
</style>
background-color css
<style>
a { background-color: #73DB9F; }
a { background-color: rgb(115,219,159); }
div.DivClassName
{
background-color: #73DB9F;
}
.BgClassName
{
background-color: #73DB9F;
}
</style>
border-color css
<style>
span { border-color: #73DB9F; }
span { border-color: rgb(115,219,159); }
td.TdClassName
{
border-color: #73DB9F;
}
.TagClassName
{
border-color: #73DB9F;
}
</style>