Shades of Downy #71DFD0
Tints of Downy #71DFD0
RGB
CMYK
RGB Variations
Color information
#71DFD0 (or 0x71DFD0) is known color: Downy. HEX triplet: 71, DF and D0. RGB value is (113,223,208). Sum of RGB (Red+Green+Blue) = 113+223+208=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFD0 is #8E202F. Grayscale: #BCBCBC. Windows color (decimal): -9314352 or 13688689. OLE color: 13688689.
HSL color Cylindrical-coordinate representation of color #71DFD0: hue angle of 171.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFD0 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 208 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.13 |
| HSL | 171.82º | 0.63% | 0.66% | - |
| HSV(B) | 171.82º | 0.49% | 0.87% | - |
| XYZ | 44.58 | 60.84 | 69.07 | - |
| YUV | 188.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 208 | 0.49 | 0 | 0.07 | 0.13 | 171.82 | 0.63 | 0.66 |
| Hex | 71 | DF | D0 | 31 | 0 | 7 | D | AC | 3F | 42 |
| Octal | 161 | 337 | 320 | 61 | 0 | 7 | 15 | 254 | 77 | 102 |
| Binary | 1110001 | 11011111 | 11010000 | 110001 | 0 | 111 | 1101 | 10101100 | 111111 | 1000010 |
Color Harmonies of #71DFD0
Complementary color
Monochromatic Colors of #71DFD0
Black with #71DFD0
Text Example
Text Example
White with #71DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFD0; }
p { color: rgb(113,223,208); }
H1.HeaderClassName
{
color: #71DFD0;
}
.AnyTagClassName
{
color: #71DFD0;
}
</style>
background-color css
<style>
a { background-color: #71DFD0; }
a { background-color: rgb(113,223,208); }
div.DivClassName
{
background-color: #71DFD0;
}
.BgClassName
{
background-color: #71DFD0;
}
</style>
border-color css
<style>
span { border-color: #71DFD0; }
span { border-color: rgb(113,223,208); }
td.TdClassName
{
border-color: #71DFD0;
}
.TagClassName
{
border-color: #71DFD0;
}
</style>