Shades of Medium Aquamarine #73E8AE
Tints of Medium Aquamarine #73E8AE
RGB
CMYK
RGB Variations
Color information
#73E8AE (or 0x73E8AE) is known color: Medium Aquamarine. HEX triplet: 73, E8 and AE. RGB value is (115,232,174). Sum of RGB (Red+Green+Blue) = 115+232+174=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73E8AE is #8C1751. Grayscale: #BEBEBE. Windows color (decimal): -9181010 or 11462771. OLE color: 11462771.
HSL color Cylindrical-coordinate representation of color #73E8AE: hue angle of 150.26º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E8AE is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 174 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.09 |
| HSL | 150.26º | 0.72% | 0.68% | - |
| HSV(B) | 150.26º | 0.5% | 0.91% | - |
| XYZ | 43.57 | 64.41 | 50.18 | - |
| YUV | 190.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 174 | 0.50 | 0 | 0.25 | 0.09 | 150.26 | 0.72 | 0.68 |
| Hex | 73 | E8 | AE | 32 | 0 | 19 | 9 | 96 | 48 | 44 |
| Octal | 163 | 350 | 256 | 62 | 0 | 31 | 11 | 226 | 110 | 104 |
| Binary | 1110011 | 11101000 | 10101110 | 110010 | 0 | 11001 | 1001 | 10010110 | 1001000 | 1000100 |
Color Harmonies of #73E8AE
Complementary color
Monochromatic Colors of #73E8AE
Black with #73E8AE
Text Example
Text Example
White with #73E8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8AE; }
p { color: rgb(115,232,174); }
H1.HeaderClassName
{
color: #73E8AE;
}
.AnyTagClassName
{
color: #73E8AE;
}
</style>
background-color css
<style>
a { background-color: #73E8AE; }
a { background-color: rgb(115,232,174); }
div.DivClassName
{
background-color: #73E8AE;
}
.BgClassName
{
background-color: #73E8AE;
}
</style>
border-color css
<style>
span { border-color: #73E8AE; }
span { border-color: rgb(115,232,174); }
td.TdClassName
{
border-color: #73E8AE;
}
.TagClassName
{
border-color: #73E8AE;
}
</style>