Shades of Medium Aquamarine #73E0AF
Tints of Medium Aquamarine #73E0AF
RGB
CMYK
RGB Variations
Color information
#73E0AF (or 0x73E0AF) is known color: Medium Aquamarine. HEX triplet: 73, E0 and AF. RGB value is (115,224,175). Sum of RGB (Red+Green+Blue) = 115+224+175=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E0AF is #8C1F50. Grayscale: #B9B9B9. Windows color (decimal): -9183057 or 11526259. OLE color: 11526259.
HSL color Cylindrical-coordinate representation of color #73E0AF: hue angle of 153.03º 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 #73E0AF is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 175 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.12 |
| HSL | 153.03º | 0.64% | 0.66% | - |
| HSV(B) | 153.03º | 0.49% | 0.88% | - |
| XYZ | 41.46 | 60.05 | 49.96 | - |
| YUV | 185.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 175 | 0.49 | 0 | 0.22 | 0.12 | 153.03 | 0.64 | 0.66 |
| Hex | 73 | E0 | AF | 31 | 0 | 16 | C | 99 | 40 | 42 |
| Octal | 163 | 340 | 257 | 61 | 0 | 26 | 14 | 231 | 100 | 102 |
| Binary | 1110011 | 11100000 | 10101111 | 110001 | 0 | 10110 | 1100 | 10011001 | 1000000 | 1000010 |
Color Harmonies of #73E0AF
Complementary color
Monochromatic Colors of #73E0AF
Black with #73E0AF
Text Example
Text Example
White with #73E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E0AF; }
p { color: rgb(115,224,175); }
H1.HeaderClassName
{
color: #73E0AF;
}
.AnyTagClassName
{
color: #73E0AF;
}
</style>
background-color css
<style>
a { background-color: #73E0AF; }
a { background-color: rgb(115,224,175); }
div.DivClassName
{
background-color: #73E0AF;
}
.BgClassName
{
background-color: #73E0AF;
}
</style>
border-color css
<style>
span { border-color: #73E0AF; }
span { border-color: rgb(115,224,175); }
td.TdClassName
{
border-color: #73E0AF;
}
.TagClassName
{
border-color: #73E0AF;
}
</style>