Shades of Medium Aquamarine #73DCAF
Tints of Medium Aquamarine #73DCAF
RGB
CMYK
RGB Variations
Color information
#73DCAF (or 0x73DCAF) is known color: Medium Aquamarine. HEX triplet: 73, DC and AF. RGB value is (115,220,175). Sum of RGB (Red+Green+Blue) = 115+220+175=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCAF is #8C2350. Grayscale: #B7B7B7. Windows color (decimal): -9184081 or 11525235. OLE color: 11525235.
HSL color Cylindrical-coordinate representation of color #73DCAF: hue angle of 154.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCAF is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 175 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.14 |
| HSL | 154.29º | 0.6% | 0.66% | - |
| HSV(B) | 154.29º | 0.48% | 0.86% | - |
| XYZ | 40.4 | 57.93 | 49.61 | - |
| YUV | 183.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 175 | 0.48 | 0 | 0.20 | 0.14 | 154.29 | 0.6 | 0.66 |
| Hex | 73 | DC | AF | 30 | 0 | 14 | E | 9A | 3C | 42 |
| Octal | 163 | 334 | 257 | 60 | 0 | 24 | 16 | 232 | 74 | 102 |
| Binary | 1110011 | 11011100 | 10101111 | 110000 | 0 | 10100 | 1110 | 10011010 | 111100 | 1000010 |
Color Harmonies of #73DCAF
Complementary color
Monochromatic Colors of #73DCAF
Black with #73DCAF
Text Example
Text Example
White with #73DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCAF; }
p { color: rgb(115,220,175); }
H1.HeaderClassName
{
color: #73DCAF;
}
.AnyTagClassName
{
color: #73DCAF;
}
</style>
background-color css
<style>
a { background-color: #73DCAF; }
a { background-color: rgb(115,220,175); }
div.DivClassName
{
background-color: #73DCAF;
}
.BgClassName
{
background-color: #73DCAF;
}
</style>
border-color css
<style>
span { border-color: #73DCAF; }
span { border-color: rgb(115,220,175); }
td.TdClassName
{
border-color: #73DCAF;
}
.TagClassName
{
border-color: #73DCAF;
}
</style>