Shades of Medium Aquamarine #73DEAA
Tints of Medium Aquamarine #73DEAA
RGB
CMYK
RGB Variations
Color information
#73DEAA (or 0x73DEAA) is known color: Medium Aquamarine. HEX triplet: 73, DE and AA. RGB value is (115,222,170). Sum of RGB (Red+Green+Blue) = 115+222+170=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #73DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DEAA is #8C2155. Grayscale: #B8B8B8. Windows color (decimal): -9183574 or 11198067. OLE color: 11198067.
HSL color Cylindrical-coordinate representation of color #73DEAA: hue angle of 150.84º degrees, saturation: 0.62, 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 #73DEAA is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 170 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.13 |
| HSL | 150.84º | 0.62% | 0.66% | - |
| HSV(B) | 150.84º | 0.48% | 0.87% | - |
| XYZ | 40.45 | 58.79 | 47.25 | - |
| YUV | 184.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 170 | 0.48 | 0 | 0.23 | 0.13 | 150.84 | 0.62 | 0.66 |
| Hex | 73 | DE | AA | 30 | 0 | 17 | D | 97 | 3E | 42 |
| Octal | 163 | 336 | 252 | 60 | 0 | 27 | 15 | 227 | 76 | 102 |
| Binary | 1110011 | 11011110 | 10101010 | 110000 | 0 | 10111 | 1101 | 10010111 | 111110 | 1000010 |
Color Harmonies of #73DEAA
Complementary color
Monochromatic Colors of #73DEAA
Black with #73DEAA
Text Example
Text Example
White with #73DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DEAA; }
p { color: rgb(115,222,170); }
H1.HeaderClassName
{
color: #73DEAA;
}
.AnyTagClassName
{
color: #73DEAA;
}
</style>
background-color css
<style>
a { background-color: #73DEAA; }
a { background-color: rgb(115,222,170); }
div.DivClassName
{
background-color: #73DEAA;
}
.BgClassName
{
background-color: #73DEAA;
}
</style>
border-color css
<style>
span { border-color: #73DEAA; }
span { border-color: rgb(115,222,170); }
td.TdClassName
{
border-color: #73DEAA;
}
.TagClassName
{
border-color: #73DEAA;
}
</style>