Shades of Medium Aquamarine #73EAA8
Tints of Medium Aquamarine #73EAA8
RGB
CMYK
RGB Variations
Color information
#73EAA8 (or 0x73EAA8) is known color: Medium Aquamarine. HEX triplet: 73, EA and A8. RGB value is (115,234,168). Sum of RGB (Red+Green+Blue) = 115+234+168=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EAA8 is #8C1557. Grayscale: #BFBFBF. Windows color (decimal): -9180504 or 11070067. OLE color: 11070067.
HSL color Cylindrical-coordinate representation of color #73EAA8: hue angle of 146.72º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAA8 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 168 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.08 |
| HSL | 146.72º | 0.74% | 0.68% | - |
| HSV(B) | 146.72º | 0.51% | 0.92% | - |
| XYZ | 43.56 | 65.32 | 47.36 | - |
| YUV | 190.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 168 | 0.51 | 0 | 0.28 | 0.08 | 146.72 | 0.74 | 0.68 |
| Hex | 73 | EA | A8 | 33 | 0 | 1C | 8 | 93 | 4A | 44 |
| Octal | 163 | 352 | 250 | 63 | 0 | 34 | 10 | 223 | 112 | 104 |
| Binary | 1110011 | 11101010 | 10101000 | 110011 | 0 | 11100 | 1000 | 10010011 | 1001010 | 1000100 |
Color Harmonies of #73EAA8
Complementary color
Monochromatic Colors of #73EAA8
Black with #73EAA8
Text Example
Text Example
White with #73EAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAA8; }
p { color: rgb(115,234,168); }
H1.HeaderClassName
{
color: #73EAA8;
}
.AnyTagClassName
{
color: #73EAA8;
}
</style>
background-color css
<style>
a { background-color: #73EAA8; }
a { background-color: rgb(115,234,168); }
div.DivClassName
{
background-color: #73EAA8;
}
.BgClassName
{
background-color: #73EAA8;
}
</style>
border-color css
<style>
span { border-color: #73EAA8; }
span { border-color: rgb(115,234,168); }
td.TdClassName
{
border-color: #73EAA8;
}
.TagClassName
{
border-color: #73EAA8;
}
</style>