Shades of Medium Aquamarine #73DD9E
Tints of Medium Aquamarine #73DD9E
RGB
CMYK
RGB Variations
Color information
#73DD9E (or 0x73DD9E) is known color: Medium Aquamarine. HEX triplet: 73, DD and 9E. RGB value is (115,221,158). Sum of RGB (Red+Green+Blue) = 115+221+158=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DD9E is #8C2261. Grayscale: #B6B6B6. Windows color (decimal): -9183842 or 10411379. OLE color: 10411379.
HSL color Cylindrical-coordinate representation of color #73DD9E: hue angle of 144.34º 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 #73DD9E is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 158 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.13 |
| HSL | 144.34º | 0.61% | 0.66% | - |
| HSV(B) | 144.34º | 0.48% | 0.87% | - |
| XYZ | 39.1 | 57.83 | 41.45 | - |
| YUV | 182.12 | 114.38 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 158 | 0.48 | 0 | 0.29 | 0.13 | 144.34 | 0.61 | 0.66 |
| Hex | 73 | DD | 9E | 30 | 0 | 1D | D | 90 | 3D | 42 |
| Octal | 163 | 335 | 236 | 60 | 0 | 35 | 15 | 220 | 75 | 102 |
| Binary | 1110011 | 11011101 | 10011110 | 110000 | 0 | 11101 | 1101 | 10010000 | 111101 | 1000010 |
Color Harmonies of #73DD9E
Complementary color
Monochromatic Colors of #73DD9E
Black with #73DD9E
Text Example
Text Example
White with #73DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD9E; }
p { color: rgb(115,221,158); }
H1.HeaderClassName
{
color: #73DD9E;
}
.AnyTagClassName
{
color: #73DD9E;
}
</style>
background-color css
<style>
a { background-color: #73DD9E; }
a { background-color: rgb(115,221,158); }
div.DivClassName
{
background-color: #73DD9E;
}
.BgClassName
{
background-color: #73DD9E;
}
</style>
border-color css
<style>
span { border-color: #73DD9E; }
span { border-color: rgb(115,221,158); }
td.TdClassName
{
border-color: #73DD9E;
}
.TagClassName
{
border-color: #73DD9E;
}
</style>