Shades of Medium Aquamarine #73D4B0
Tints of Medium Aquamarine #73D4B0
RGB
CMYK
RGB Variations
Color information
#73D4B0 (or 0x73D4B0) is known color: Medium Aquamarine. HEX triplet: 73, D4 and B0. RGB value is (115,212,176). Sum of RGB (Red+Green+Blue) = 115+212+176=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #73D4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D4B0 is #8C2B4F. Grayscale: #B2B2B2. Windows color (decimal): -9186128 or 11588723. OLE color: 11588723.
HSL color Cylindrical-coordinate representation of color #73D4B0: hue angle of 157.73º 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 #73D4B0 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 176 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.17 |
| HSL | 157.73º | 0.53% | 0.64% | - |
| HSV(B) | 157.73º | 0.46% | 0.83% | - |
| XYZ | 38.45 | 53.87 | 49.45 | - |
| YUV | 178.89 | 126.36 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 176 | 0.46 | 0 | 0.17 | 0.17 | 157.73 | 0.53 | 0.64 |
| Hex | 73 | D4 | B0 | 2E | 0 | 11 | 11 | 9E | 35 | 40 |
| Octal | 163 | 324 | 260 | 56 | 0 | 21 | 21 | 236 | 65 | 100 |
| Binary | 1110011 | 11010100 | 10110000 | 101110 | 0 | 10001 | 10001 | 10011110 | 110101 | 1000000 |
Color Harmonies of #73D4B0
Complementary color
Monochromatic Colors of #73D4B0
Black with #73D4B0
Text Example
Text Example
White with #73D4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4B0; }
p { color: rgb(115,212,176); }
H1.HeaderClassName
{
color: #73D4B0;
}
.AnyTagClassName
{
color: #73D4B0;
}
</style>
background-color css
<style>
a { background-color: #73D4B0; }
a { background-color: rgb(115,212,176); }
div.DivClassName
{
background-color: #73D4B0;
}
.BgClassName
{
background-color: #73D4B0;
}
</style>
border-color css
<style>
span { border-color: #73D4B0; }
span { border-color: rgb(115,212,176); }
td.TdClassName
{
border-color: #73D4B0;
}
.TagClassName
{
border-color: #73D4B0;
}
</style>