Shades of Medium Aquamarine #73DCB0
Tints of Medium Aquamarine #73DCB0
RGB
CMYK
RGB Variations
Color information
#73DCB0 (or 0x73DCB0) is known color: Medium Aquamarine. HEX triplet: 73, DC and B0. RGB value is (115,220,176). Sum of RGB (Red+Green+Blue) = 115+220+176=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCB0 is #8C234F. Grayscale: #B7B7B7. Windows color (decimal): -9184080 or 11590771. OLE color: 11590771.
HSL color Cylindrical-coordinate representation of color #73DCB0: hue angle of 154.86º 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 #73DCB0 is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 176 | - |
| CMYK | 0.48 | 0 | 0.2 | 0.14 |
| HSL | 154.86º | 0.6% | 0.66% | - |
| HSV(B) | 154.86º | 0.48% | 0.86% | - |
| XYZ | 40.5 | 57.97 | 50.13 | - |
| YUV | 183.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 176 | 0.48 | 0 | 0.2 | 0.14 | 154.86 | 0.6 | 0.66 |
| Hex | 73 | DC | B0 | 30 | 0 | 14 | E | 9B | 3C | 42 |
| Octal | 163 | 334 | 260 | 60 | 0 | 24 | 16 | 233 | 74 | 102 |
| Binary | 1110011 | 11011100 | 10110000 | 110000 | 0 | 10100 | 1110 | 10011011 | 111100 | 1000010 |
Color Harmonies of #73DCB0
Complementary color
Monochromatic Colors of #73DCB0
Black with #73DCB0
Text Example
Text Example
White with #73DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCB0; }
p { color: rgb(115,220,176); }
H1.HeaderClassName
{
color: #73DCB0;
}
.AnyTagClassName
{
color: #73DCB0;
}
</style>
background-color css
<style>
a { background-color: #73DCB0; }
a { background-color: rgb(115,220,176); }
div.DivClassName
{
background-color: #73DCB0;
}
.BgClassName
{
background-color: #73DCB0;
}
</style>
border-color css
<style>
span { border-color: #73DCB0; }
span { border-color: rgb(115,220,176); }
td.TdClassName
{
border-color: #73DCB0;
}
.TagClassName
{
border-color: #73DCB0;
}
</style>