Shades of Medium Aquamarine #73D6B0
Tints of Medium Aquamarine #73D6B0
RGB
CMYK
RGB Variations
Color information
#73D6B0 (or 0x73D6B0) is known color: Medium Aquamarine. HEX triplet: 73, D6 and B0. RGB value is (115,214,176). Sum of RGB (Red+Green+Blue) = 115+214+176=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D6B0 is #8C294F. Grayscale: #B4B4B4. Windows color (decimal): -9185616 or 11589235. OLE color: 11589235.
HSL color Cylindrical-coordinate representation of color #73D6B0: hue angle of 156.97º 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 #73D6B0 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 176 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.16 |
| HSL | 156.97º | 0.55% | 0.65% | - |
| HSV(B) | 156.97º | 0.46% | 0.84% | - |
| XYZ | 38.95 | 54.87 | 49.61 | - |
| YUV | 180.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 176 | 0.46 | 0 | 0.18 | 0.16 | 156.97 | 0.55 | 0.65 |
| Hex | 73 | D6 | B0 | 2E | 0 | 12 | 10 | 9D | 37 | 41 |
| Octal | 163 | 326 | 260 | 56 | 0 | 22 | 20 | 235 | 67 | 101 |
| Binary | 1110011 | 11010110 | 10110000 | 101110 | 0 | 10010 | 10000 | 10011101 | 110111 | 1000001 |
Color Harmonies of #73D6B0
Complementary color
Monochromatic Colors of #73D6B0
Black with #73D6B0
Text Example
Text Example
White with #73D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D6B0; }
p { color: rgb(115,214,176); }
H1.HeaderClassName
{
color: #73D6B0;
}
.AnyTagClassName
{
color: #73D6B0;
}
</style>
background-color css
<style>
a { background-color: #73D6B0; }
a { background-color: rgb(115,214,176); }
div.DivClassName
{
background-color: #73D6B0;
}
.BgClassName
{
background-color: #73D6B0;
}
</style>
border-color css
<style>
span { border-color: #73D6B0; }
span { border-color: rgb(115,214,176); }
td.TdClassName
{
border-color: #73D6B0;
}
.TagClassName
{
border-color: #73D6B0;
}
</style>