Shades of Medium Aquamarine #73D4AF
Tints of Medium Aquamarine #73D4AF
RGB
CMYK
RGB Variations
Color information
#73D4AF (or 0x73D4AF) is known color: Medium Aquamarine. HEX triplet: 73, D4 and AF. RGB value is (115,212,175). Sum of RGB (Red+Green+Blue) = 115+212+175=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #73D4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D4AF is #8C2B50. Grayscale: #B2B2B2. Windows color (decimal): -9186129 or 11523187. OLE color: 11523187.
HSL color Cylindrical-coordinate representation of color #73D4AF: hue angle of 157.11º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D4AF is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 175 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.17 |
| HSL | 157.11º | 0.53% | 0.64% | - |
| HSV(B) | 157.11º | 0.46% | 0.83% | - |
| XYZ | 38.35 | 53.83 | 48.93 | - |
| YUV | 178.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 175 | 0.46 | 0 | 0.17 | 0.17 | 157.11 | 0.53 | 0.64 |
| Hex | 73 | D4 | AF | 2E | 0 | 11 | 11 | 9D | 35 | 40 |
| Octal | 163 | 324 | 257 | 56 | 0 | 21 | 21 | 235 | 65 | 100 |
| Binary | 1110011 | 11010100 | 10101111 | 101110 | 0 | 10001 | 10001 | 10011101 | 110101 | 1000000 |
Color Harmonies of #73D4AF
Complementary color
Monochromatic Colors of #73D4AF
Black with #73D4AF
Text Example
Text Example
White with #73D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4AF; }
p { color: rgb(115,212,175); }
H1.HeaderClassName
{
color: #73D4AF;
}
.AnyTagClassName
{
color: #73D4AF;
}
</style>
background-color css
<style>
a { background-color: #73D4AF; }
a { background-color: rgb(115,212,175); }
div.DivClassName
{
background-color: #73D4AF;
}
.BgClassName
{
background-color: #73D4AF;
}
</style>
border-color css
<style>
span { border-color: #73D4AF; }
span { border-color: rgb(115,212,175); }
td.TdClassName
{
border-color: #73D4AF;
}
.TagClassName
{
border-color: #73D4AF;
}
</style>