Shades of Downy #71CDC6
Tints of Downy #71CDC6
RGB
CMYK
RGB Variations
Color information
#71CDC6 (or 0x71CDC6) is known color: Downy. HEX triplet: 71, CD and C6. RGB value is (113,205,198). Sum of RGB (Red+Green+Blue) = 113+205+198=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDC6 is #8E3239. Grayscale: #B0B0B0. Windows color (decimal): -9318970 or 13028721. OLE color: 13028721.
HSL color Cylindrical-coordinate representation of color #71CDC6: hue angle of 175.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDC6 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 205 | 198 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.20 |
| HSL | 175.43º | 0.48% | 0.62% | - |
| HSV(B) | 175.43º | 0.45% | 0.8% | - |
| XYZ | 38.83 | 51.25 | 61.27 | - |
| YUV | 176.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 198 | 0.45 | 0 | 0.03 | 0.20 | 175.43 | 0.48 | 0.62 |
| Hex | 71 | CD | C6 | 2D | 0 | 3 | 14 | AF | 30 | 3E |
| Octal | 161 | 315 | 306 | 55 | 0 | 3 | 24 | 257 | 60 | 76 |
| Binary | 1110001 | 11001101 | 11000110 | 101101 | 0 | 11 | 10100 | 10101111 | 110000 | 111110 |
Color Harmonies of #71CDC6
Complementary color
Monochromatic Colors of #71CDC6
Black with #71CDC6
Text Example
Text Example
White with #71CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDC6; }
p { color: rgb(113,205,198); }
H1.HeaderClassName
{
color: #71CDC6;
}
.AnyTagClassName
{
color: #71CDC6;
}
</style>
background-color css
<style>
a { background-color: #71CDC6; }
a { background-color: rgb(113,205,198); }
div.DivClassName
{
background-color: #71CDC6;
}
.BgClassName
{
background-color: #71CDC6;
}
</style>
border-color css
<style>
span { border-color: #71CDC6; }
span { border-color: rgb(113,205,198); }
td.TdClassName
{
border-color: #71CDC6;
}
.TagClassName
{
border-color: #71CDC6;
}
</style>