Shades of Downy #73DFD0
Tints of Downy #73DFD0
RGB
CMYK
RGB Variations
Color information
#73DFD0 (or 0x73DFD0) is known color: Downy. HEX triplet: 73, DF and D0. RGB value is (115,223,208). Sum of RGB (Red+Green+Blue) = 115+223+208=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFD0 is #8C202F. Grayscale: #BCBCBC. Windows color (decimal): -9183280 or 13688691. OLE color: 13688691.
HSL color Cylindrical-coordinate representation of color #73DFD0: hue angle of 171.67º 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 #73DFD0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 208 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.13 |
| HSL | 171.67º | 0.63% | 0.66% | - |
| HSV(B) | 171.67º | 0.48% | 0.87% | - |
| XYZ | 44.84 | 60.97 | 69.08 | - |
| YUV | 189 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 208 | 0.48 | 0 | 0.07 | 0.13 | 171.67 | 0.63 | 0.66 |
| Hex | 73 | DF | D0 | 30 | 0 | 7 | D | AC | 3F | 42 |
| Octal | 163 | 337 | 320 | 60 | 0 | 7 | 15 | 254 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11010000 | 110000 | 0 | 111 | 1101 | 10101100 | 111111 | 1000010 |
Color Harmonies of #73DFD0
Complementary color
Monochromatic Colors of #73DFD0
Black with #73DFD0
Text Example
Text Example
White with #73DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFD0; }
p { color: rgb(115,223,208); }
H1.HeaderClassName
{
color: #73DFD0;
}
.AnyTagClassName
{
color: #73DFD0;
}
</style>
background-color css
<style>
a { background-color: #73DFD0; }
a { background-color: rgb(115,223,208); }
div.DivClassName
{
background-color: #73DFD0;
}
.BgClassName
{
background-color: #73DFD0;
}
</style>
border-color css
<style>
span { border-color: #73DFD0; }
span { border-color: rgb(115,223,208); }
td.TdClassName
{
border-color: #73DFD0;
}
.TagClassName
{
border-color: #73DFD0;
}
</style>