Shades of Medium Aquamarine #73EEA5
Tints of Medium Aquamarine #73EEA5
RGB
CMYK
RGB Variations
Color information
#73EEA5 (or 0x73EEA5) is known color: Medium Aquamarine. HEX triplet: 73, EE and A5. RGB value is (115,238,165). Sum of RGB (Red+Green+Blue) = 115+238+165=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EEA5 is #8C115A. Grayscale: #C1C1C1. Windows color (decimal): -9179483 or 10874483. OLE color: 10874483.
HSL color Cylindrical-coordinate representation of color #73EEA5: hue angle of 144.39º 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 #73EEA5 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 165 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.07 |
| HSL | 144.39º | 0.78% | 0.69% | - |
| HSV(B) | 144.39º | 0.52% | 0.93% | - |
| XYZ | 44.44 | 67.51 | 46.29 | - |
| YUV | 192.9 | 112.25 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 165 | 0.52 | 0 | 0.31 | 0.07 | 144.39 | 0.78 | 0.69 |
| Hex | 73 | EE | A5 | 34 | 0 | 1F | 7 | 90 | 4E | 45 |
| Octal | 163 | 356 | 245 | 64 | 0 | 37 | 7 | 220 | 116 | 105 |
| Binary | 1110011 | 11101110 | 10100101 | 110100 | 0 | 11111 | 111 | 10010000 | 1001110 | 1000101 |
Color Harmonies of #73EEA5
Complementary color
Monochromatic Colors of #73EEA5
Black with #73EEA5
Text Example
Text Example
White with #73EEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEA5; }
p { color: rgb(115,238,165); }
H1.HeaderClassName
{
color: #73EEA5;
}
.AnyTagClassName
{
color: #73EEA5;
}
</style>
background-color css
<style>
a { background-color: #73EEA5; }
a { background-color: rgb(115,238,165); }
div.DivClassName
{
background-color: #73EEA5;
}
.BgClassName
{
background-color: #73EEA5;
}
</style>
border-color css
<style>
span { border-color: #73EEA5; }
span { border-color: rgb(115,238,165); }
td.TdClassName
{
border-color: #73EEA5;
}
.TagClassName
{
border-color: #73EEA5;
}
</style>