Shades of Medium Aquamarine #73D5AF
Tints of Medium Aquamarine #73D5AF
RGB
CMYK
RGB Variations
Color information
#73D5AF (or 0x73D5AF) is known color: Medium Aquamarine. HEX triplet: 73, D5 and AF. RGB value is (115,213,175). Sum of RGB (Red+Green+Blue) = 115+213+175=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D5AF is #8C2A50. Grayscale: #B3B3B3. Windows color (decimal): -9185873 or 11523443. OLE color: 11523443.
HSL color Cylindrical-coordinate representation of color #73D5AF: hue angle of 156.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5AF is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 175 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.16 |
| HSL | 156.73º | 0.54% | 0.64% | - |
| HSV(B) | 156.73º | 0.46% | 0.84% | - |
| XYZ | 38.6 | 54.33 | 49.01 | - |
| YUV | 179.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 175 | 0.46 | 0 | 0.18 | 0.16 | 156.73 | 0.54 | 0.64 |
| Hex | 73 | D5 | AF | 2E | 0 | 12 | 10 | 9D | 36 | 40 |
| Octal | 163 | 325 | 257 | 56 | 0 | 22 | 20 | 235 | 66 | 100 |
| Binary | 1110011 | 11010101 | 10101111 | 101110 | 0 | 10010 | 10000 | 10011101 | 110110 | 1000000 |
Color Harmonies of #73D5AF
Complementary color
Monochromatic Colors of #73D5AF
Black with #73D5AF
Text Example
Text Example
White with #73D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5AF; }
p { color: rgb(115,213,175); }
H1.HeaderClassName
{
color: #73D5AF;
}
.AnyTagClassName
{
color: #73D5AF;
}
</style>
background-color css
<style>
a { background-color: #73D5AF; }
a { background-color: rgb(115,213,175); }
div.DivClassName
{
background-color: #73D5AF;
}
.BgClassName
{
background-color: #73D5AF;
}
</style>
border-color css
<style>
span { border-color: #73D5AF; }
span { border-color: rgb(115,213,175); }
td.TdClassName
{
border-color: #73D5AF;
}
.TagClassName
{
border-color: #73D5AF;
}
</style>