Shades of Medium Aquamarine #73D8AB
Tints of Medium Aquamarine #73D8AB
RGB
CMYK
RGB Variations
Color information
#73D8AB (or 0x73D8AB) is known color: Medium Aquamarine. HEX triplet: 73, D8 and AB. RGB value is (115,216,171). Sum of RGB (Red+Green+Blue) = 115+216+171=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #73D8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D8AB is #8C2754. Grayscale: #B4B4B4. Windows color (decimal): -9185109 or 11262067. OLE color: 11262067.
HSL color Cylindrical-coordinate representation of color #73D8AB: hue angle of 153.27º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D8AB is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 171 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.15 |
| HSL | 153.27º | 0.56% | 0.65% | - |
| HSV(B) | 153.27º | 0.47% | 0.85% | - |
| XYZ | 38.98 | 55.7 | 47.22 | - |
| YUV | 180.67 | 122.54 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 171 | 0.47 | 0 | 0.21 | 0.15 | 153.27 | 0.56 | 0.65 |
| Hex | 73 | D8 | AB | 2F | 0 | 15 | F | 99 | 38 | 41 |
| Octal | 163 | 330 | 253 | 57 | 0 | 25 | 17 | 231 | 70 | 101 |
| Binary | 1110011 | 11011000 | 10101011 | 101111 | 0 | 10101 | 1111 | 10011001 | 111000 | 1000001 |
Color Harmonies of #73D8AB
Complementary color
Monochromatic Colors of #73D8AB
Black with #73D8AB
Text Example
Text Example
White with #73D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D8AB; }
p { color: rgb(115,216,171); }
H1.HeaderClassName
{
color: #73D8AB;
}
.AnyTagClassName
{
color: #73D8AB;
}
</style>
background-color css
<style>
a { background-color: #73D8AB; }
a { background-color: rgb(115,216,171); }
div.DivClassName
{
background-color: #73D8AB;
}
.BgClassName
{
background-color: #73D8AB;
}
</style>
border-color css
<style>
span { border-color: #73D8AB; }
span { border-color: rgb(115,216,171); }
td.TdClassName
{
border-color: #73D8AB;
}
.TagClassName
{
border-color: #73D8AB;
}
</style>