Shades of Downy #73DACB
Tints of Downy #73DACB
RGB
CMYK
RGB Variations
Color information
#73DACB (or 0x73DACB) is known color: Downy. HEX triplet: 73, DA and CB. RGB value is (115,218,203). Sum of RGB (Red+Green+Blue) = 115+218+203=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #73DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DACB is #8C2534. Grayscale: #B9B9B9. Windows color (decimal): -9184565 or 13359731. OLE color: 13359731.
HSL color Cylindrical-coordinate representation of color #73DACB: hue angle of 171.26º 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 #73DACB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 203 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.15 |
| HSL | 171.26º | 0.58% | 0.65% | - |
| HSV(B) | 171.26º | 0.47% | 0.85% | - |
| XYZ | 42.92 | 58.1 | 65.45 | - |
| YUV | 185.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 203 | 0.47 | 0 | 0.07 | 0.15 | 171.26 | 0.58 | 0.65 |
| Hex | 73 | DA | CB | 2F | 0 | 7 | F | AB | 3A | 41 |
| Octal | 163 | 332 | 313 | 57 | 0 | 7 | 17 | 253 | 72 | 101 |
| Binary | 1110011 | 11011010 | 11001011 | 101111 | 0 | 111 | 1111 | 10101011 | 111010 | 1000001 |
Color Harmonies of #73DACB
Complementary color
Monochromatic Colors of #73DACB
Black with #73DACB
Text Example
Text Example
White with #73DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DACB; }
p { color: rgb(115,218,203); }
H1.HeaderClassName
{
color: #73DACB;
}
.AnyTagClassName
{
color: #73DACB;
}
</style>
background-color css
<style>
a { background-color: #73DACB; }
a { background-color: rgb(115,218,203); }
div.DivClassName
{
background-color: #73DACB;
}
.BgClassName
{
background-color: #73DACB;
}
</style>
border-color css
<style>
span { border-color: #73DACB; }
span { border-color: rgb(115,218,203); }
td.TdClassName
{
border-color: #73DACB;
}
.TagClassName
{
border-color: #73DACB;
}
</style>