Shades of Medium Aquamarine #73DDAA
Tints of Medium Aquamarine #73DDAA
RGB
CMYK
RGB Variations
Color information
#73DDAA (or 0x73DDAA) is known color: Medium Aquamarine. HEX triplet: 73, DD and AA. RGB value is (115,221,170). Sum of RGB (Red+Green+Blue) = 115+221+170=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DDAA is #8C2255. Grayscale: #B7B7B7. Windows color (decimal): -9183830 or 11197811. OLE color: 11197811.
HSL color Cylindrical-coordinate representation of color #73DDAA: hue angle of 151.13º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DDAA is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 170 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.13 |
| HSL | 151.13º | 0.61% | 0.66% | - |
| HSV(B) | 151.13º | 0.48% | 0.87% | - |
| XYZ | 40.18 | 58.26 | 47.16 | - |
| YUV | 183.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 170 | 0.48 | 0 | 0.23 | 0.13 | 151.13 | 0.61 | 0.66 |
| Hex | 73 | DD | AA | 30 | 0 | 17 | D | 97 | 3D | 42 |
| Octal | 163 | 335 | 252 | 60 | 0 | 27 | 15 | 227 | 75 | 102 |
| Binary | 1110011 | 11011101 | 10101010 | 110000 | 0 | 10111 | 1101 | 10010111 | 111101 | 1000010 |
Color Harmonies of #73DDAA
Complementary color
Monochromatic Colors of #73DDAA
Black with #73DDAA
Text Example
Text Example
White with #73DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDAA; }
p { color: rgb(115,221,170); }
H1.HeaderClassName
{
color: #73DDAA;
}
.AnyTagClassName
{
color: #73DDAA;
}
</style>
background-color css
<style>
a { background-color: #73DDAA; }
a { background-color: rgb(115,221,170); }
div.DivClassName
{
background-color: #73DDAA;
}
.BgClassName
{
background-color: #73DDAA;
}
</style>
border-color css
<style>
span { border-color: #73DDAA; }
span { border-color: rgb(115,221,170); }
td.TdClassName
{
border-color: #73DDAA;
}
.TagClassName
{
border-color: #73DDAA;
}
</style>