Shades of Downy #71DCB5
Tints of Downy #71DCB5
RGB
CMYK
RGB Variations
Color information
#71DCB5 (or 0x71DCB5) is known color: Downy. HEX triplet: 71, DC and B5. RGB value is (113,220,181). Sum of RGB (Red+Green+Blue) = 113+220+181=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCB5 is #8E234A. Grayscale: #B7B7B7. Windows color (decimal): -9315147 or 11918449. OLE color: 11918449.
HSL color Cylindrical-coordinate representation of color #71DCB5: hue angle of 158.13º 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 #71DCB5 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 181 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.14 |
| HSL | 158.13º | 0.6% | 0.65% | - |
| HSV(B) | 158.13º | 0.49% | 0.86% | - |
| XYZ | 40.74 | 58.03 | 52.77 | - |
| YUV | 183.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 181 | 0.49 | 0 | 0.18 | 0.14 | 158.13 | 0.6 | 0.65 |
| Hex | 71 | DC | B5 | 31 | 0 | 12 | E | 9E | 3C | 41 |
| Octal | 161 | 334 | 265 | 61 | 0 | 22 | 16 | 236 | 74 | 101 |
| Binary | 1110001 | 11011100 | 10110101 | 110001 | 0 | 10010 | 1110 | 10011110 | 111100 | 1000001 |
Color Harmonies of #71DCB5
Complementary color
Monochromatic Colors of #71DCB5
Black with #71DCB5
Text Example
Text Example
White with #71DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCB5; }
p { color: rgb(113,220,181); }
H1.HeaderClassName
{
color: #71DCB5;
}
.AnyTagClassName
{
color: #71DCB5;
}
</style>
background-color css
<style>
a { background-color: #71DCB5; }
a { background-color: rgb(113,220,181); }
div.DivClassName
{
background-color: #71DCB5;
}
.BgClassName
{
background-color: #71DCB5;
}
</style>
border-color css
<style>
span { border-color: #71DCB5; }
span { border-color: rgb(113,220,181); }
td.TdClassName
{
border-color: #71DCB5;
}
.TagClassName
{
border-color: #71DCB5;
}
</style>