Shades of Medium Aquamarine #73DAAA
Tints of Medium Aquamarine #73DAAA
RGB
CMYK
RGB Variations
Color information
#73DAAA (or 0x73DAAA) is known color: Medium Aquamarine. HEX triplet: 73, DA and AA. RGB value is (115,218,170). Sum of RGB (Red+Green+Blue) = 115+218+170=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DAAA is #8C2555. Grayscale: #B5B5B5. Windows color (decimal): -9184598 or 11197043. OLE color: 11197043.
HSL color Cylindrical-coordinate representation of color #73DAAA: hue angle of 152.04º 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 #73DAAA is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 170 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.15 |
| HSL | 152.04º | 0.58% | 0.65% | - |
| HSV(B) | 152.04º | 0.47% | 0.85% | - |
| XYZ | 39.4 | 56.69 | 46.9 | - |
| YUV | 181.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 170 | 0.47 | 0 | 0.22 | 0.15 | 152.04 | 0.58 | 0.65 |
| Hex | 73 | DA | AA | 2F | 0 | 16 | F | 98 | 3A | 41 |
| Octal | 163 | 332 | 252 | 57 | 0 | 26 | 17 | 230 | 72 | 101 |
| Binary | 1110011 | 11011010 | 10101010 | 101111 | 0 | 10110 | 1111 | 10011000 | 111010 | 1000001 |
Color Harmonies of #73DAAA
Complementary color
Monochromatic Colors of #73DAAA
Black with #73DAAA
Text Example
Text Example
White with #73DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAAA; }
p { color: rgb(115,218,170); }
H1.HeaderClassName
{
color: #73DAAA;
}
.AnyTagClassName
{
color: #73DAAA;
}
</style>
background-color css
<style>
a { background-color: #73DAAA; }
a { background-color: rgb(115,218,170); }
div.DivClassName
{
background-color: #73DAAA;
}
.BgClassName
{
background-color: #73DAAA;
}
</style>
border-color css
<style>
span { border-color: #73DAAA; }
span { border-color: rgb(115,218,170); }
td.TdClassName
{
border-color: #73DAAA;
}
.TagClassName
{
border-color: #73DAAA;
}
</style>