Shades of Medium Aquamarine #73DAB2
Tints of Medium Aquamarine #73DAB2
RGB
CMYK
RGB Variations
Color information
#73DAB2 (or 0x73DAB2) is known color: Medium Aquamarine. HEX triplet: 73, DA and B2. RGB value is (115,218,178). Sum of RGB (Red+Green+Blue) = 115+218+178=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DAB2 is #8C254D. Grayscale: #B6B6B6. Windows color (decimal): -9184590 or 11721331. OLE color: 11721331.
HSL color Cylindrical-coordinate representation of color #73DAB2: hue angle of 156.7º 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 #73DAB2 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 178 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.15 |
| HSL | 156.7º | 0.58% | 0.65% | - |
| HSV(B) | 156.7º | 0.47% | 0.85% | - |
| XYZ | 40.18 | 57 | 51 | - |
| YUV | 182.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 178 | 0.47 | 0 | 0.18 | 0.15 | 156.7 | 0.58 | 0.65 |
| Hex | 73 | DA | B2 | 2F | 0 | 12 | F | 9D | 3A | 41 |
| Octal | 163 | 332 | 262 | 57 | 0 | 22 | 17 | 235 | 72 | 101 |
| Binary | 1110011 | 11011010 | 10110010 | 101111 | 0 | 10010 | 1111 | 10011101 | 111010 | 1000001 |
Color Harmonies of #73DAB2
Complementary color
Monochromatic Colors of #73DAB2
Black with #73DAB2
Text Example
Text Example
White with #73DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAB2; }
p { color: rgb(115,218,178); }
H1.HeaderClassName
{
color: #73DAB2;
}
.AnyTagClassName
{
color: #73DAB2;
}
</style>
background-color css
<style>
a { background-color: #73DAB2; }
a { background-color: rgb(115,218,178); }
div.DivClassName
{
background-color: #73DAB2;
}
.BgClassName
{
background-color: #73DAB2;
}
</style>
border-color css
<style>
span { border-color: #73DAB2; }
span { border-color: rgb(115,218,178); }
td.TdClassName
{
border-color: #73DAB2;
}
.TagClassName
{
border-color: #73DAB2;
}
</style>