Shades of Medium Aquamarine #73D6AF
Tints of Medium Aquamarine #73D6AF
RGB
CMYK
RGB Variations
Color information
#73D6AF (or 0x73D6AF) is known color: Medium Aquamarine. HEX triplet: 73, D6 and AF. RGB value is (115,214,175). Sum of RGB (Red+Green+Blue) = 115+214+175=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D6AF is #8C2950. Grayscale: #B4B4B4. Windows color (decimal): -9185617 or 11523699. OLE color: 11523699.
HSL color Cylindrical-coordinate representation of color #73D6AF: hue angle of 156.36º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D6AF is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 175 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.16 |
| HSL | 156.36º | 0.55% | 0.65% | - |
| HSV(B) | 156.36º | 0.46% | 0.84% | - |
| XYZ | 38.85 | 54.83 | 49.09 | - |
| YUV | 179.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 175 | 0.46 | 0 | 0.18 | 0.16 | 156.36 | 0.55 | 0.65 |
| Hex | 73 | D6 | AF | 2E | 0 | 12 | 10 | 9C | 37 | 41 |
| Octal | 163 | 326 | 257 | 56 | 0 | 22 | 20 | 234 | 67 | 101 |
| Binary | 1110011 | 11010110 | 10101111 | 101110 | 0 | 10010 | 10000 | 10011100 | 110111 | 1000001 |
Color Harmonies of #73D6AF
Complementary color
Monochromatic Colors of #73D6AF
Black with #73D6AF
Text Example
Text Example
White with #73D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D6AF; }
p { color: rgb(115,214,175); }
H1.HeaderClassName
{
color: #73D6AF;
}
.AnyTagClassName
{
color: #73D6AF;
}
</style>
background-color css
<style>
a { background-color: #73D6AF; }
a { background-color: rgb(115,214,175); }
div.DivClassName
{
background-color: #73D6AF;
}
.BgClassName
{
background-color: #73D6AF;
}
</style>
border-color css
<style>
span { border-color: #73D6AF; }
span { border-color: rgb(115,214,175); }
td.TdClassName
{
border-color: #73D6AF;
}
.TagClassName
{
border-color: #73D6AF;
}
</style>