Shades of Medium Aquamarine #73DFB0
Tints of Medium Aquamarine #73DFB0
RGB
CMYK
RGB Variations
Color information
#73DFB0 (or 0x73DFB0) is known color: Medium Aquamarine. HEX triplet: 73, DF and B0. RGB value is (115,223,176). Sum of RGB (Red+Green+Blue) = 115+223+176=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DFB0 is #8C204F. Grayscale: #B9B9B9. Windows color (decimal): -9183312 or 11591539. OLE color: 11591539.
HSL color Cylindrical-coordinate representation of color #73DFB0: hue angle of 153.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFB0 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 176 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.13 |
| HSL | 153.89º | 0.63% | 0.66% | - |
| HSV(B) | 153.89º | 0.48% | 0.87% | - |
| XYZ | 41.29 | 59.55 | 50.39 | - |
| YUV | 185.35 | 122.72 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 176 | 0.48 | 0 | 0.21 | 0.13 | 153.89 | 0.63 | 0.66 |
| Hex | 73 | DF | B0 | 30 | 0 | 15 | D | 9A | 3F | 42 |
| Octal | 163 | 337 | 260 | 60 | 0 | 25 | 15 | 232 | 77 | 102 |
| Binary | 1110011 | 11011111 | 10110000 | 110000 | 0 | 10101 | 1101 | 10011010 | 111111 | 1000010 |
Color Harmonies of #73DFB0
Complementary color
Monochromatic Colors of #73DFB0
Black with #73DFB0
Text Example
Text Example
White with #73DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFB0; }
p { color: rgb(115,223,176); }
H1.HeaderClassName
{
color: #73DFB0;
}
.AnyTagClassName
{
color: #73DFB0;
}
</style>
background-color css
<style>
a { background-color: #73DFB0; }
a { background-color: rgb(115,223,176); }
div.DivClassName
{
background-color: #73DFB0;
}
.BgClassName
{
background-color: #73DFB0;
}
</style>
border-color css
<style>
span { border-color: #73DFB0; }
span { border-color: rgb(115,223,176); }
td.TdClassName
{
border-color: #73DFB0;
}
.TagClassName
{
border-color: #73DFB0;
}
</style>