Shades of Downy #73CDCC
Tints of Downy #73CDCC
RGB
CMYK
RGB Variations
Color information
#73CDCC (or 0x73CDCC) is known color: Downy. HEX triplet: 73, CD and CC. RGB value is (115,205,204). Sum of RGB (Red+Green+Blue) = 115+205+204=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDCC is #8C3233. Grayscale: #B1B1B1. Windows color (decimal): -9187892 or 13421939. OLE color: 13421939.
HSL color Cylindrical-coordinate representation of color #73CDCC: hue angle of 179.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CDCC is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 204 | - |
| CMYK | 0.44 | 0 | 0.00 | 0.20 |
| HSL | 179.33º | 0.47% | 0.63% | - |
| HSV(B) | 179.33º | 0.44% | 0.8% | - |
| XYZ | 39.8 | 51.67 | 65 | - |
| YUV | 177.98 | 142.68 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 204 | 0.44 | 0 | 0.00 | 0.20 | 179.33 | 0.47 | 0.63 |
| Hex | 73 | CD | CC | 2C | 0 | 0 | 14 | B3 | 2F | 3F |
| Octal | 163 | 315 | 314 | 54 | 0 | 0 | 24 | 263 | 57 | 77 |
| Binary | 1110011 | 11001101 | 11001100 | 101100 | 0 | 0 | 10100 | 10110011 | 101111 | 111111 |
Color Harmonies of #73CDCC
Complementary color
Monochromatic Colors of #73CDCC
Black with #73CDCC
Text Example
Text Example
White with #73CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDCC; }
p { color: rgb(115,205,204); }
H1.HeaderClassName
{
color: #73CDCC;
}
.AnyTagClassName
{
color: #73CDCC;
}
</style>
background-color css
<style>
a { background-color: #73CDCC; }
a { background-color: rgb(115,205,204); }
div.DivClassName
{
background-color: #73CDCC;
}
.BgClassName
{
background-color: #73CDCC;
}
</style>
border-color css
<style>
span { border-color: #73CDCC; }
span { border-color: rgb(115,205,204); }
td.TdClassName
{
border-color: #73CDCC;
}
.TagClassName
{
border-color: #73CDCC;
}
</style>