Shades of Medium Aquamarine #73E4A2
Tints of Medium Aquamarine #73E4A2
RGB
CMYK
RGB Variations
Color information
#73E4A2 (or 0x73E4A2) is known color: Medium Aquamarine. HEX triplet: 73, E4 and A2. RGB value is (115,228,162). Sum of RGB (Red+Green+Blue) = 115+228+162=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #73E4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E4A2 is #8C1B5D. Grayscale: #BABABA. Windows color (decimal): -9182046 or 10675315. OLE color: 10675315.
HSL color Cylindrical-coordinate representation of color #73E4A2: hue angle of 144.96º 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 #73E4A2 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 228 | 162 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.11 |
| HSL | 144.96º | 0.68% | 0.67% | - |
| HSV(B) | 144.96º | 0.5% | 0.89% | - |
| XYZ | 41.34 | 61.74 | 43.92 | - |
| YUV | 186.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 228 | 162 | 0.50 | 0 | 0.29 | 0.11 | 144.96 | 0.68 | 0.67 |
| Hex | 73 | E4 | A2 | 32 | 0 | 1D | B | 91 | 44 | 43 |
| Octal | 163 | 344 | 242 | 62 | 0 | 35 | 13 | 221 | 104 | 103 |
| Binary | 1110011 | 11100100 | 10100010 | 110010 | 0 | 11101 | 1011 | 10010001 | 1000100 | 1000011 |
Color Harmonies of #73E4A2
Complementary color
Monochromatic Colors of #73E4A2
Black with #73E4A2
Text Example
Text Example
White with #73E4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E4A2; }
p { color: rgb(115,228,162); }
H1.HeaderClassName
{
color: #73E4A2;
}
.AnyTagClassName
{
color: #73E4A2;
}
</style>
background-color css
<style>
a { background-color: #73E4A2; }
a { background-color: rgb(115,228,162); }
div.DivClassName
{
background-color: #73E4A2;
}
.BgClassName
{
background-color: #73E4A2;
}
</style>
border-color css
<style>
span { border-color: #73E4A2; }
span { border-color: rgb(115,228,162); }
td.TdClassName
{
border-color: #73E4A2;
}
.TagClassName
{
border-color: #73E4A2;
}
</style>