Shades of Medium Aquamarine #73DAAC
Tints of Medium Aquamarine #73DAAC
RGB
CMYK
RGB Variations
Color information
#73DAAC (or 0x73DAAC) is known color: Medium Aquamarine. HEX triplet: 73, DA and AC. RGB value is (115,218,172). Sum of RGB (Red+Green+Blue) = 115+218+172=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DAAC is #8C2553. Grayscale: #B6B6B6. Windows color (decimal): -9184596 or 11328115. OLE color: 11328115.
HSL color Cylindrical-coordinate representation of color #73DAAC: hue angle of 153.2º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DAAC is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 172 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.15 |
| HSL | 153.2º | 0.58% | 0.65% | - |
| HSV(B) | 153.2º | 0.47% | 0.85% | - |
| XYZ | 39.59 | 56.77 | 47.9 | - |
| YUV | 181.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 172 | 0.47 | 0 | 0.21 | 0.15 | 153.2 | 0.58 | 0.65 |
| Hex | 73 | DA | AC | 2F | 0 | 15 | F | 99 | 3A | 41 |
| Octal | 163 | 332 | 254 | 57 | 0 | 25 | 17 | 231 | 72 | 101 |
| Binary | 1110011 | 11011010 | 10101100 | 101111 | 0 | 10101 | 1111 | 10011001 | 111010 | 1000001 |
Color Harmonies of #73DAAC
Complementary color
Monochromatic Colors of #73DAAC
Black with #73DAAC
Text Example
Text Example
White with #73DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAAC; }
p { color: rgb(115,218,172); }
H1.HeaderClassName
{
color: #73DAAC;
}
.AnyTagClassName
{
color: #73DAAC;
}
</style>
background-color css
<style>
a { background-color: #73DAAC; }
a { background-color: rgb(115,218,172); }
div.DivClassName
{
background-color: #73DAAC;
}
.BgClassName
{
background-color: #73DAAC;
}
</style>
border-color css
<style>
span { border-color: #73DAAC; }
span { border-color: rgb(115,218,172); }
td.TdClassName
{
border-color: #73DAAC;
}
.TagClassName
{
border-color: #73DAAC;
}
</style>