Shades of Downy #73DCCD
Tints of Downy #73DCCD
RGB
CMYK
RGB Variations
Color information
#73DCCD (or 0x73DCCD) is known color: Downy. HEX triplet: 73, DC and CD. RGB value is (115,220,205). Sum of RGB (Red+Green+Blue) = 115+220+205=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCCD is #8C2332. Grayscale: #BABABA. Windows color (decimal): -9184051 or 13491315. OLE color: 13491315.
HSL color Cylindrical-coordinate representation of color #73DCCD: hue angle of 171.43º 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 #73DCCD is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 205 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.14 |
| HSL | 171.43º | 0.6% | 0.66% | - |
| HSV(B) | 171.43º | 0.48% | 0.86% | - |
| XYZ | 43.68 | 59.24 | 66.89 | - |
| YUV | 186.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 205 | 0.48 | 0 | 0.07 | 0.14 | 171.43 | 0.6 | 0.66 |
| Hex | 73 | DC | CD | 30 | 0 | 7 | E | AB | 3C | 42 |
| Octal | 163 | 334 | 315 | 60 | 0 | 7 | 16 | 253 | 74 | 102 |
| Binary | 1110011 | 11011100 | 11001101 | 110000 | 0 | 111 | 1110 | 10101011 | 111100 | 1000010 |
Color Harmonies of #73DCCD
Complementary color
Monochromatic Colors of #73DCCD
Black with #73DCCD
Text Example
Text Example
White with #73DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCCD; }
p { color: rgb(115,220,205); }
H1.HeaderClassName
{
color: #73DCCD;
}
.AnyTagClassName
{
color: #73DCCD;
}
</style>
background-color css
<style>
a { background-color: #73DCCD; }
a { background-color: rgb(115,220,205); }
div.DivClassName
{
background-color: #73DCCD;
}
.BgClassName
{
background-color: #73DCCD;
}
</style>
border-color css
<style>
span { border-color: #73DCCD; }
span { border-color: rgb(115,220,205); }
td.TdClassName
{
border-color: #73DCCD;
}
.TagClassName
{
border-color: #73DCCD;
}
</style>