Shades of Medium Aquamarine #73DCA5
Tints of Medium Aquamarine #73DCA5
RGB
CMYK
RGB Variations
Color information
#73DCA5 (or 0x73DCA5) is known color: Medium Aquamarine. HEX triplet: 73, DC and A5. RGB value is (115,220,165). Sum of RGB (Red+Green+Blue) = 115+220+165=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCA5 is #8C235A. Grayscale: #B6B6B6. Windows color (decimal): -9184091 or 10869875. OLE color: 10869875.
HSL color Cylindrical-coordinate representation of color #73DCA5: hue angle of 148.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCA5 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 165 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.14 |
| HSL | 148.57º | 0.6% | 0.66% | - |
| HSV(B) | 148.57º | 0.48% | 0.86% | - |
| XYZ | 39.45 | 57.55 | 44.63 | - |
| YUV | 182.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 165 | 0.48 | 0 | 0.25 | 0.14 | 148.57 | 0.6 | 0.66 |
| Hex | 73 | DC | A5 | 30 | 0 | 19 | E | 95 | 3C | 42 |
| Octal | 163 | 334 | 245 | 60 | 0 | 31 | 16 | 225 | 74 | 102 |
| Binary | 1110011 | 11011100 | 10100101 | 110000 | 0 | 11001 | 1110 | 10010101 | 111100 | 1000010 |
Color Harmonies of #73DCA5
Complementary color
Monochromatic Colors of #73DCA5
Black with #73DCA5
Text Example
Text Example
White with #73DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCA5; }
p { color: rgb(115,220,165); }
H1.HeaderClassName
{
color: #73DCA5;
}
.AnyTagClassName
{
color: #73DCA5;
}
</style>
background-color css
<style>
a { background-color: #73DCA5; }
a { background-color: rgb(115,220,165); }
div.DivClassName
{
background-color: #73DCA5;
}
.BgClassName
{
background-color: #73DCA5;
}
</style>
border-color css
<style>
span { border-color: #73DCA5; }
span { border-color: rgb(115,220,165); }
td.TdClassName
{
border-color: #73DCA5;
}
.TagClassName
{
border-color: #73DCA5;
}
</style>