Shades of Medium Aquamarine #73DDA1
Tints of Medium Aquamarine #73DDA1
RGB
CMYK
RGB Variations
Color information
#73DDA1 (or 0x73DDA1) is known color: Medium Aquamarine. HEX triplet: 73, DD and A1. RGB value is (115,221,161). Sum of RGB (Red+Green+Blue) = 115+221+161=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DDA1 is #8C225E. Grayscale: #B6B6B6. Windows color (decimal): -9183839 or 10607987. OLE color: 10607987.
HSL color Cylindrical-coordinate representation of color #73DDA1: hue angle of 146.04º 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 #73DDA1 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 161 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.13 |
| HSL | 146.04º | 0.61% | 0.66% | - |
| HSV(B) | 146.04º | 0.48% | 0.87% | - |
| XYZ | 39.36 | 57.93 | 42.83 | - |
| YUV | 182.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 161 | 0.48 | 0 | 0.27 | 0.13 | 146.04 | 0.61 | 0.66 |
| Hex | 73 | DD | A1 | 30 | 0 | 1B | D | 92 | 3D | 42 |
| Octal | 163 | 335 | 241 | 60 | 0 | 33 | 15 | 222 | 75 | 102 |
| Binary | 1110011 | 11011101 | 10100001 | 110000 | 0 | 11011 | 1101 | 10010010 | 111101 | 1000010 |
Color Harmonies of #73DDA1
Complementary color
Monochromatic Colors of #73DDA1
Black with #73DDA1
Text Example
Text Example
White with #73DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDA1; }
p { color: rgb(115,221,161); }
H1.HeaderClassName
{
color: #73DDA1;
}
.AnyTagClassName
{
color: #73DDA1;
}
</style>
background-color css
<style>
a { background-color: #73DDA1; }
a { background-color: rgb(115,221,161); }
div.DivClassName
{
background-color: #73DDA1;
}
.BgClassName
{
background-color: #73DDA1;
}
</style>
border-color css
<style>
span { border-color: #73DDA1; }
span { border-color: rgb(115,221,161); }
td.TdClassName
{
border-color: #73DDA1;
}
.TagClassName
{
border-color: #73DDA1;
}
</style>