Shades of Medium Aquamarine #73EAAF
Tints of Medium Aquamarine #73EAAF
RGB
CMYK
RGB Variations
Color information
#73EAAF (or 0x73EAAF) is known color: Medium Aquamarine. HEX triplet: 73, EA and AF. RGB value is (115,234,175). Sum of RGB (Red+Green+Blue) = 115+234+175=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EAAF is #8C1550. Grayscale: #BFBFBF. Windows color (decimal): -9180497 or 11528819. OLE color: 11528819.
HSL color Cylindrical-coordinate representation of color #73EAAF: hue angle of 150.25º 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 #73EAAF is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 175 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.08 |
| HSL | 150.25º | 0.74% | 0.68% | - |
| HSV(B) | 150.25º | 0.51% | 0.92% | - |
| XYZ | 44.23 | 65.59 | 50.89 | - |
| YUV | 191.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 175 | 0.51 | 0 | 0.25 | 0.08 | 150.25 | 0.74 | 0.68 |
| Hex | 73 | EA | AF | 33 | 0 | 19 | 8 | 96 | 4A | 44 |
| Octal | 163 | 352 | 257 | 63 | 0 | 31 | 10 | 226 | 112 | 104 |
| Binary | 1110011 | 11101010 | 10101111 | 110011 | 0 | 11001 | 1000 | 10010110 | 1001010 | 1000100 |
Color Harmonies of #73EAAF
Complementary color
Monochromatic Colors of #73EAAF
Black with #73EAAF
Text Example
Text Example
White with #73EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAAF; }
p { color: rgb(115,234,175); }
H1.HeaderClassName
{
color: #73EAAF;
}
.AnyTagClassName
{
color: #73EAAF;
}
</style>
background-color css
<style>
a { background-color: #73EAAF; }
a { background-color: rgb(115,234,175); }
div.DivClassName
{
background-color: #73EAAF;
}
.BgClassName
{
background-color: #73EAAF;
}
</style>
border-color css
<style>
span { border-color: #73EAAF; }
span { border-color: rgb(115,234,175); }
td.TdClassName
{
border-color: #73EAAF;
}
.TagClassName
{
border-color: #73EAAF;
}
</style>