Shades of Medium Aquamarine #73DB9C
Tints of Medium Aquamarine #73DB9C
RGB
CMYK
RGB Variations
Color information
#73DB9C (or 0x73DB9C) is known color: Medium Aquamarine. HEX triplet: 73, DB and 9C. RGB value is (115,219,156). Sum of RGB (Red+Green+Blue) = 115+219+156=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DB9C is #8C2463. Grayscale: #B4B4B4. Windows color (decimal): -9184356 or 10279795. OLE color: 10279795.
HSL color Cylindrical-coordinate representation of color #73DB9C: hue angle of 143.65º 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 #73DB9C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 156 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.14 |
| HSL | 143.65º | 0.59% | 0.65% | - |
| HSV(B) | 143.65º | 0.47% | 0.86% | - |
| XYZ | 38.4 | 56.71 | 40.37 | - |
| YUV | 180.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 156 | 0.47 | 0 | 0.29 | 0.14 | 143.65 | 0.59 | 0.65 |
| Hex | 73 | DB | 9C | 2F | 0 | 1D | E | 90 | 3B | 41 |
| Octal | 163 | 333 | 234 | 57 | 0 | 35 | 16 | 220 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10011100 | 101111 | 0 | 11101 | 1110 | 10010000 | 111011 | 1000001 |
Color Harmonies of #73DB9C
Complementary color
Monochromatic Colors of #73DB9C
Black with #73DB9C
Text Example
Text Example
White with #73DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB9C; }
p { color: rgb(115,219,156); }
H1.HeaderClassName
{
color: #73DB9C;
}
.AnyTagClassName
{
color: #73DB9C;
}
</style>
background-color css
<style>
a { background-color: #73DB9C; }
a { background-color: rgb(115,219,156); }
div.DivClassName
{
background-color: #73DB9C;
}
.BgClassName
{
background-color: #73DB9C;
}
</style>
border-color css
<style>
span { border-color: #73DB9C; }
span { border-color: rgb(115,219,156); }
td.TdClassName
{
border-color: #73DB9C;
}
.TagClassName
{
border-color: #73DB9C;
}
</style>