Shades of Downy #73D9BB
Tints of Downy #73D9BB
RGB
CMYK
RGB Variations
Color information
#73D9BB (or 0x73D9BB) is known color: Downy. HEX triplet: 73, D9 and BB. RGB value is (115,217,187). Sum of RGB (Red+Green+Blue) = 115+217+187=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #73D9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D9BB is #8C2644. Grayscale: #B7B7B7. Windows color (decimal): -9184837 or 12310899. OLE color: 12310899.
HSL color Cylindrical-coordinate representation of color #73D9BB: hue angle of 162.35º degrees, saturation: 0.57, 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 #73D9BB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 187 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.15 |
| HSL | 162.35º | 0.57% | 0.65% | - |
| HSV(B) | 162.35º | 0.47% | 0.85% | - |
| XYZ | 40.85 | 56.86 | 55.84 | - |
| YUV | 183.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 187 | 0.47 | 0 | 0.14 | 0.15 | 162.35 | 0.57 | 0.65 |
| Hex | 73 | D9 | BB | 2F | 0 | E | F | A2 | 39 | 41 |
| Octal | 163 | 331 | 273 | 57 | 0 | 16 | 17 | 242 | 71 | 101 |
| Binary | 1110011 | 11011001 | 10111011 | 101111 | 0 | 1110 | 1111 | 10100010 | 111001 | 1000001 |
Color Harmonies of #73D9BB
Complementary color
Monochromatic Colors of #73D9BB
Black with #73D9BB
Text Example
Text Example
White with #73D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D9BB; }
p { color: rgb(115,217,187); }
H1.HeaderClassName
{
color: #73D9BB;
}
.AnyTagClassName
{
color: #73D9BB;
}
</style>
background-color css
<style>
a { background-color: #73D9BB; }
a { background-color: rgb(115,217,187); }
div.DivClassName
{
background-color: #73D9BB;
}
.BgClassName
{
background-color: #73D9BB;
}
</style>
border-color css
<style>
span { border-color: #73D9BB; }
span { border-color: rgb(115,217,187); }
td.TdClassName
{
border-color: #73D9BB;
}
.TagClassName
{
border-color: #73D9BB;
}
</style>