Shades of Downy #73DFCD
Tints of Downy #73DFCD
RGB
CMYK
RGB Variations
Color information
#73DFCD (or 0x73DFCD) is known color: Downy. HEX triplet: 73, DF and CD. RGB value is (115,223,205). Sum of RGB (Red+Green+Blue) = 115+223+205=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFCD is #8C2032. Grayscale: #BCBCBC. Windows color (decimal): -9183283 or 13492083. OLE color: 13492083.
HSL color Cylindrical-coordinate representation of color #73DFCD: hue angle of 170º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFCD is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 205 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.13 |
| HSL | 170º | 0.63% | 0.66% | - |
| HSV(B) | 170º | 0.48% | 0.87% | - |
| XYZ | 44.48 | 60.83 | 67.15 | - |
| YUV | 188.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 205 | 0.48 | 0 | 0.08 | 0.13 | 170 | 0.63 | 0.66 |
| Hex | 73 | DF | CD | 30 | 0 | 8 | D | AA | 3F | 42 |
| Octal | 163 | 337 | 315 | 60 | 0 | 10 | 15 | 252 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11001101 | 110000 | 0 | 1000 | 1101 | 10101010 | 111111 | 1000010 |
Color Harmonies of #73DFCD
Complementary color
Monochromatic Colors of #73DFCD
Black with #73DFCD
Text Example
Text Example
White with #73DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFCD; }
p { color: rgb(115,223,205); }
H1.HeaderClassName
{
color: #73DFCD;
}
.AnyTagClassName
{
color: #73DFCD;
}
</style>
background-color css
<style>
a { background-color: #73DFCD; }
a { background-color: rgb(115,223,205); }
div.DivClassName
{
background-color: #73DFCD;
}
.BgClassName
{
background-color: #73DFCD;
}
</style>
border-color css
<style>
span { border-color: #73DFCD; }
span { border-color: rgb(115,223,205); }
td.TdClassName
{
border-color: #73DFCD;
}
.TagClassName
{
border-color: #73DFCD;
}
</style>