Shades of Medium Aquamarine #73E4AA
Tints of Medium Aquamarine #73E4AA
RGB
CMYK
RGB Variations
Color information
#73E4AA (or 0x73E4AA) is known color: Medium Aquamarine. HEX triplet: 73, E4 and AA. RGB value is (115,228,170). Sum of RGB (Red+Green+Blue) = 115+228+170=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #73E4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E4AA is #8C1B55. Grayscale: #BBBBBB. Windows color (decimal): -9182038 or 11199603. OLE color: 11199603.
HSL color Cylindrical-coordinate representation of color #73E4AA: hue angle of 149.2º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E4AA is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 228 | 170 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.11 |
| HSL | 149.2º | 0.68% | 0.67% | - |
| HSV(B) | 149.2º | 0.5% | 0.89% | - |
| XYZ | 42.07 | 62.03 | 47.79 | - |
| YUV | 187.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 228 | 170 | 0.50 | 0 | 0.25 | 0.11 | 149.2 | 0.68 | 0.67 |
| Hex | 73 | E4 | AA | 32 | 0 | 19 | B | 95 | 44 | 43 |
| Octal | 163 | 344 | 252 | 62 | 0 | 31 | 13 | 225 | 104 | 103 |
| Binary | 1110011 | 11100100 | 10101010 | 110010 | 0 | 11001 | 1011 | 10010101 | 1000100 | 1000011 |
Color Harmonies of #73E4AA
Complementary color
Monochromatic Colors of #73E4AA
Black with #73E4AA
Text Example
Text Example
White with #73E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E4AA; }
p { color: rgb(115,228,170); }
H1.HeaderClassName
{
color: #73E4AA;
}
.AnyTagClassName
{
color: #73E4AA;
}
</style>
background-color css
<style>
a { background-color: #73E4AA; }
a { background-color: rgb(115,228,170); }
div.DivClassName
{
background-color: #73E4AA;
}
.BgClassName
{
background-color: #73E4AA;
}
</style>
border-color css
<style>
span { border-color: #73E4AA; }
span { border-color: rgb(115,228,170); }
td.TdClassName
{
border-color: #73E4AA;
}
.TagClassName
{
border-color: #73E4AA;
}
</style>