Shades of Medium Aquamarine #73DAA0
Tints of Medium Aquamarine #73DAA0
RGB
CMYK
RGB Variations
Color information
#73DAA0 (or 0x73DAA0) is known color: Medium Aquamarine. HEX triplet: 73, DA and A0. RGB value is (115,218,160). Sum of RGB (Red+Green+Blue) = 115+218+160=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DAA0 is #8C255F. Grayscale: #B4B4B4. Windows color (decimal): -9184608 or 10541683. OLE color: 10541683.
HSL color Cylindrical-coordinate representation of color #73DAA0: hue angle of 146.21º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DAA0 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 160 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.15 |
| HSL | 146.21º | 0.58% | 0.65% | - |
| HSV(B) | 146.21º | 0.47% | 0.85% | - |
| XYZ | 38.49 | 56.33 | 42.1 | - |
| YUV | 180.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 160 | 0.47 | 0 | 0.27 | 0.15 | 146.21 | 0.58 | 0.65 |
| Hex | 73 | DA | A0 | 2F | 0 | 1B | F | 92 | 3A | 41 |
| Octal | 163 | 332 | 240 | 57 | 0 | 33 | 17 | 222 | 72 | 101 |
| Binary | 1110011 | 11011010 | 10100000 | 101111 | 0 | 11011 | 1111 | 10010010 | 111010 | 1000001 |
Color Harmonies of #73DAA0
Complementary color
Monochromatic Colors of #73DAA0
Black with #73DAA0
Text Example
Text Example
White with #73DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAA0; }
p { color: rgb(115,218,160); }
H1.HeaderClassName
{
color: #73DAA0;
}
.AnyTagClassName
{
color: #73DAA0;
}
</style>
background-color css
<style>
a { background-color: #73DAA0; }
a { background-color: rgb(115,218,160); }
div.DivClassName
{
background-color: #73DAA0;
}
.BgClassName
{
background-color: #73DAA0;
}
</style>
border-color css
<style>
span { border-color: #73DAA0; }
span { border-color: rgb(115,218,160); }
td.TdClassName
{
border-color: #73DAA0;
}
.TagClassName
{
border-color: #73DAA0;
}
</style>