Shades of Downy #73DCD0
Tints of Downy #73DCD0
RGB
CMYK
RGB Variations
Color information
#73DCD0 (or 0x73DCD0) is known color: Downy. HEX triplet: 73, DC and D0. RGB value is (115,220,208). Sum of RGB (Red+Green+Blue) = 115+220+208=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCD0 is #8C232F. Grayscale: #BBBBBB. Windows color (decimal): -9184048 or 13687923. OLE color: 13687923.
HSL color Cylindrical-coordinate representation of color #73DCD0: hue angle of 173.14º 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 #73DCD0 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 208 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.14 |
| HSL | 173.14º | 0.6% | 0.66% | - |
| HSV(B) | 173.14º | 0.48% | 0.86% | - |
| XYZ | 44.05 | 59.39 | 68.82 | - |
| YUV | 187.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 208 | 0.48 | 0 | 0.05 | 0.14 | 173.14 | 0.6 | 0.66 |
| Hex | 73 | DC | D0 | 30 | 0 | 5 | E | AD | 3C | 42 |
| Octal | 163 | 334 | 320 | 60 | 0 | 5 | 16 | 255 | 74 | 102 |
| Binary | 1110011 | 11011100 | 11010000 | 110000 | 0 | 101 | 1110 | 10101101 | 111100 | 1000010 |
Color Harmonies of #73DCD0
Complementary color
Monochromatic Colors of #73DCD0
Black with #73DCD0
Text Example
Text Example
White with #73DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCD0; }
p { color: rgb(115,220,208); }
H1.HeaderClassName
{
color: #73DCD0;
}
.AnyTagClassName
{
color: #73DCD0;
}
</style>
background-color css
<style>
a { background-color: #73DCD0; }
a { background-color: rgb(115,220,208); }
div.DivClassName
{
background-color: #73DCD0;
}
.BgClassName
{
background-color: #73DCD0;
}
</style>
border-color css
<style>
span { border-color: #73DCD0; }
span { border-color: rgb(115,220,208); }
td.TdClassName
{
border-color: #73DCD0;
}
.TagClassName
{
border-color: #73DCD0;
}
</style>