Shades of Medium Aquamarine #73E7A8
Tints of Medium Aquamarine #73E7A8
RGB
CMYK
RGB Variations
Color information
#73E7A8 (or 0x73E7A8) is known color: Medium Aquamarine. HEX triplet: 73, E7 and A8. RGB value is (115,231,168). Sum of RGB (Red+Green+Blue) = 115+231+168=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #73E7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73E7A8 is #8C1857. Grayscale: #BDBDBD. Windows color (decimal): -9181272 or 11069299. OLE color: 11069299.
HSL color Cylindrical-coordinate representation of color #73E7A8: hue angle of 147.41º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E7A8 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 231 | 168 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.09 |
| HSL | 147.41º | 0.71% | 0.68% | - |
| HSV(B) | 147.41º | 0.5% | 0.91% | - |
| XYZ | 42.71 | 63.62 | 47.08 | - |
| YUV | 189.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 231 | 168 | 0.50 | 0 | 0.27 | 0.09 | 147.41 | 0.71 | 0.68 |
| Hex | 73 | E7 | A8 | 32 | 0 | 1B | 9 | 93 | 47 | 44 |
| Octal | 163 | 347 | 250 | 62 | 0 | 33 | 11 | 223 | 107 | 104 |
| Binary | 1110011 | 11100111 | 10101000 | 110010 | 0 | 11011 | 1001 | 10010011 | 1000111 | 1000100 |
Color Harmonies of #73E7A8
Complementary color
Monochromatic Colors of #73E7A8
Black with #73E7A8
Text Example
Text Example
White with #73E7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E7A8; }
p { color: rgb(115,231,168); }
H1.HeaderClassName
{
color: #73E7A8;
}
.AnyTagClassName
{
color: #73E7A8;
}
</style>
background-color css
<style>
a { background-color: #73E7A8; }
a { background-color: rgb(115,231,168); }
div.DivClassName
{
background-color: #73E7A8;
}
.BgClassName
{
background-color: #73E7A8;
}
</style>
border-color css
<style>
span { border-color: #73E7A8; }
span { border-color: rgb(115,231,168); }
td.TdClassName
{
border-color: #73E7A8;
}
.TagClassName
{
border-color: #73E7A8;
}
</style>