Shades of Medium Aquamarine #73DBA4
Tints of Medium Aquamarine #73DBA4
RGB
CMYK
RGB Variations
Color information
#73DBA4 (or 0x73DBA4) is known color: Medium Aquamarine. HEX triplet: 73, DB and A4. RGB value is (115,219,164). Sum of RGB (Red+Green+Blue) = 115+219+164=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBA4 is #8C245B. Grayscale: #B5B5B5. Windows color (decimal): -9184348 or 10804083. OLE color: 10804083.
HSL color Cylindrical-coordinate representation of color #73DBA4: hue angle of 148.27º 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 #73DBA4 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 164 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.14 |
| HSL | 148.27º | 0.59% | 0.65% | - |
| HSV(B) | 148.27º | 0.47% | 0.86% | - |
| XYZ | 39.1 | 56.99 | 44.06 | - |
| YUV | 181.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 164 | 0.47 | 0 | 0.25 | 0.14 | 148.27 | 0.59 | 0.65 |
| Hex | 73 | DB | A4 | 2F | 0 | 19 | E | 94 | 3B | 41 |
| Octal | 163 | 333 | 244 | 57 | 0 | 31 | 16 | 224 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10100100 | 101111 | 0 | 11001 | 1110 | 10010100 | 111011 | 1000001 |
Color Harmonies of #73DBA4
Complementary color
Monochromatic Colors of #73DBA4
Black with #73DBA4
Text Example
Text Example
White with #73DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBA4; }
p { color: rgb(115,219,164); }
H1.HeaderClassName
{
color: #73DBA4;
}
.AnyTagClassName
{
color: #73DBA4;
}
</style>
background-color css
<style>
a { background-color: #73DBA4; }
a { background-color: rgb(115,219,164); }
div.DivClassName
{
background-color: #73DBA4;
}
.BgClassName
{
background-color: #73DBA4;
}
</style>
border-color css
<style>
span { border-color: #73DBA4; }
span { border-color: rgb(115,219,164); }
td.TdClassName
{
border-color: #73DBA4;
}
.TagClassName
{
border-color: #73DBA4;
}
</style>