Shades of Medium Aquamarine #73EEA0
Tints of Medium Aquamarine #73EEA0
RGB
CMYK
RGB Variations
Color information
#73EEA0 (or 0x73EEA0) is known color: Medium Aquamarine. HEX triplet: 73, EE and A0. RGB value is (115,238,160). Sum of RGB (Red+Green+Blue) = 115+238+160=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EEA0 is #8C115F. Grayscale: #C0C0C0. Windows color (decimal): -9179488 or 10546803. OLE color: 10546803.
HSL color Cylindrical-coordinate representation of color #73EEA0: hue angle of 141.95º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEA0 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 160 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.07 |
| HSL | 141.95º | 0.78% | 0.69% | - |
| HSV(B) | 141.95º | 0.52% | 0.93% | - |
| XYZ | 43.99 | 67.33 | 43.94 | - |
| YUV | 192.33 | 109.75 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 160 | 0.52 | 0 | 0.33 | 0.07 | 141.95 | 0.78 | 0.69 |
| Hex | 73 | EE | A0 | 34 | 0 | 21 | 7 | 8E | 4E | 45 |
| Octal | 163 | 356 | 240 | 64 | 0 | 41 | 7 | 216 | 116 | 105 |
| Binary | 1110011 | 11101110 | 10100000 | 110100 | 0 | 100001 | 111 | 10001110 | 1001110 | 1000101 |
Color Harmonies of #73EEA0
Complementary color
Monochromatic Colors of #73EEA0
Black with #73EEA0
Text Example
Text Example
White with #73EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEA0; }
p { color: rgb(115,238,160); }
H1.HeaderClassName
{
color: #73EEA0;
}
.AnyTagClassName
{
color: #73EEA0;
}
</style>
background-color css
<style>
a { background-color: #73EEA0; }
a { background-color: rgb(115,238,160); }
div.DivClassName
{
background-color: #73EEA0;
}
.BgClassName
{
background-color: #73EEA0;
}
</style>
border-color css
<style>
span { border-color: #73EEA0; }
span { border-color: rgb(115,238,160); }
td.TdClassName
{
border-color: #73EEA0;
}
.TagClassName
{
border-color: #73EEA0;
}
</style>