Shades of Medium Aquamarine #73E8AC
Tints of Medium Aquamarine #73E8AC
RGB
CMYK
RGB Variations
Color information
#73E8AC (or 0x73E8AC) is known color: Medium Aquamarine. HEX triplet: 73, E8 and AC. RGB value is (115,232,172). Sum of RGB (Red+Green+Blue) = 115+232+172=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73E8AC is #8C1753. Grayscale: #BEBEBE. Windows color (decimal): -9181012 or 11331699. OLE color: 11331699.
HSL color Cylindrical-coordinate representation of color #73E8AC: hue angle of 149.23º 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 #73E8AC is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 172 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.09 |
| HSL | 149.23º | 0.72% | 0.68% | - |
| HSV(B) | 149.23º | 0.5% | 0.91% | - |
| XYZ | 43.37 | 64.34 | 49.16 | - |
| YUV | 190.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 172 | 0.50 | 0 | 0.26 | 0.09 | 149.23 | 0.72 | 0.68 |
| Hex | 73 | E8 | AC | 32 | 0 | 1A | 9 | 95 | 48 | 44 |
| Octal | 163 | 350 | 254 | 62 | 0 | 32 | 11 | 225 | 110 | 104 |
| Binary | 1110011 | 11101000 | 10101100 | 110010 | 0 | 11010 | 1001 | 10010101 | 1001000 | 1000100 |
Color Harmonies of #73E8AC
Complementary color
Monochromatic Colors of #73E8AC
Black with #73E8AC
Text Example
Text Example
White with #73E8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8AC; }
p { color: rgb(115,232,172); }
H1.HeaderClassName
{
color: #73E8AC;
}
.AnyTagClassName
{
color: #73E8AC;
}
</style>
background-color css
<style>
a { background-color: #73E8AC; }
a { background-color: rgb(115,232,172); }
div.DivClassName
{
background-color: #73E8AC;
}
.BgClassName
{
background-color: #73E8AC;
}
</style>
border-color css
<style>
span { border-color: #73E8AC; }
span { border-color: rgb(115,232,172); }
td.TdClassName
{
border-color: #73E8AC;
}
.TagClassName
{
border-color: #73E8AC;
}
</style>