Shades of Medium Aquamarine #73E0AD
Tints of Medium Aquamarine #73E0AD
RGB
CMYK
RGB Variations
Color information
#73E0AD (or 0x73E0AD) is known color: Medium Aquamarine. HEX triplet: 73, E0 and AD. RGB value is (115,224,173). Sum of RGB (Red+Green+Blue) = 115+224+173=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E0AD is #8C1F52. Grayscale: #B9B9B9. Windows color (decimal): -9183059 or 11395187. OLE color: 11395187.
HSL color Cylindrical-coordinate representation of color #73E0AD: hue angle of 151.93º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E0AD is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 173 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.12 |
| HSL | 151.93º | 0.64% | 0.66% | - |
| HSV(B) | 151.93º | 0.49% | 0.88% | - |
| XYZ | 41.27 | 59.97 | 48.94 | - |
| YUV | 185.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 173 | 0.49 | 0 | 0.23 | 0.12 | 151.93 | 0.64 | 0.66 |
| Hex | 73 | E0 | AD | 31 | 0 | 17 | C | 98 | 40 | 42 |
| Octal | 163 | 340 | 255 | 61 | 0 | 27 | 14 | 230 | 100 | 102 |
| Binary | 1110011 | 11100000 | 10101101 | 110001 | 0 | 10111 | 1100 | 10011000 | 1000000 | 1000010 |
Color Harmonies of #73E0AD
Complementary color
Monochromatic Colors of #73E0AD
Black with #73E0AD
Text Example
Text Example
White with #73E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E0AD; }
p { color: rgb(115,224,173); }
H1.HeaderClassName
{
color: #73E0AD;
}
.AnyTagClassName
{
color: #73E0AD;
}
</style>
background-color css
<style>
a { background-color: #73E0AD; }
a { background-color: rgb(115,224,173); }
div.DivClassName
{
background-color: #73E0AD;
}
.BgClassName
{
background-color: #73E0AD;
}
</style>
border-color css
<style>
span { border-color: #73E0AD; }
span { border-color: rgb(115,224,173); }
td.TdClassName
{
border-color: #73E0AD;
}
.TagClassName
{
border-color: #73E0AD;
}
</style>