Shades of Medium Aquamarine #73E2AB
Tints of Medium Aquamarine #73E2AB
RGB
CMYK
RGB Variations
Color information
#73E2AB (or 0x73E2AB) is known color: Medium Aquamarine. HEX triplet: 73, E2 and AB. RGB value is (115,226,171). Sum of RGB (Red+Green+Blue) = 115+226+171=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #73E2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E2AB is #8C1D54. Grayscale: #BABABA. Windows color (decimal): -9182549 or 11264627. OLE color: 11264627.
HSL color Cylindrical-coordinate representation of color #73E2AB: hue angle of 150.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E2AB is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 171 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.11 |
| HSL | 150.27º | 0.66% | 0.67% | - |
| HSV(B) | 150.27º | 0.49% | 0.89% | - |
| XYZ | 41.62 | 60.98 | 48.1 | - |
| YUV | 186.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 171 | 0.49 | 0 | 0.24 | 0.11 | 150.27 | 0.66 | 0.67 |
| Hex | 73 | E2 | AB | 31 | 0 | 18 | B | 96 | 42 | 43 |
| Octal | 163 | 342 | 253 | 61 | 0 | 30 | 13 | 226 | 102 | 103 |
| Binary | 1110011 | 11100010 | 10101011 | 110001 | 0 | 11000 | 1011 | 10010110 | 1000010 | 1000011 |
Color Harmonies of #73E2AB
Complementary color
Monochromatic Colors of #73E2AB
Black with #73E2AB
Text Example
Text Example
White with #73E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E2AB; }
p { color: rgb(115,226,171); }
H1.HeaderClassName
{
color: #73E2AB;
}
.AnyTagClassName
{
color: #73E2AB;
}
</style>
background-color css
<style>
a { background-color: #73E2AB; }
a { background-color: rgb(115,226,171); }
div.DivClassName
{
background-color: #73E2AB;
}
.BgClassName
{
background-color: #73E2AB;
}
</style>
border-color css
<style>
span { border-color: #73E2AB; }
span { border-color: rgb(115,226,171); }
td.TdClassName
{
border-color: #73E2AB;
}
.TagClassName
{
border-color: #73E2AB;
}
</style>