Shades of Downy #71DCC6
Tints of Downy #71DCC6
RGB
CMYK
RGB Variations
Color information
#71DCC6 (or 0x71DCC6) is known color: Downy. HEX triplet: 71, DC and C6. RGB value is (113,220,198). Sum of RGB (Red+Green+Blue) = 113+220+198=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCC6 is #8E2339. Grayscale: #B9B9B9. Windows color (decimal): -9315130 or 13032561. OLE color: 13032561.
HSL color Cylindrical-coordinate representation of color #71DCC6: hue angle of 167.66º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCC6 is Cyan = 0.49, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 198 | - |
| CMYK | 0.49 | 0 | 0.1 | 0.14 |
| HSL | 167.66º | 0.6% | 0.65% | - |
| HSV(B) | 167.66º | 0.49% | 0.86% | - |
| XYZ | 42.6 | 58.77 | 62.53 | - |
| YUV | 185.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 198 | 0.49 | 0 | 0.1 | 0.14 | 167.66 | 0.6 | 0.65 |
| Hex | 71 | DC | C6 | 31 | 0 | A | E | A8 | 3C | 41 |
| Octal | 161 | 334 | 306 | 61 | 0 | 12 | 16 | 250 | 74 | 101 |
| Binary | 1110001 | 11011100 | 11000110 | 110001 | 0 | 1010 | 1110 | 10101000 | 111100 | 1000001 |
Color Harmonies of #71DCC6
Complementary color
Monochromatic Colors of #71DCC6
Black with #71DCC6
Text Example
Text Example
White with #71DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCC6; }
p { color: rgb(113,220,198); }
H1.HeaderClassName
{
color: #71DCC6;
}
.AnyTagClassName
{
color: #71DCC6;
}
</style>
background-color css
<style>
a { background-color: #71DCC6; }
a { background-color: rgb(113,220,198); }
div.DivClassName
{
background-color: #71DCC6;
}
.BgClassName
{
background-color: #71DCC6;
}
</style>
border-color css
<style>
span { border-color: #71DCC6; }
span { border-color: rgb(113,220,198); }
td.TdClassName
{
border-color: #71DCC6;
}
.TagClassName
{
border-color: #71DCC6;
}
</style>