Shades of Downy #71DCBF
Tints of Downy #71DCBF
RGB
CMYK
RGB Variations
Color information
#71DCBF (or 0x71DCBF) is known color: Downy. HEX triplet: 71, DC and BF. RGB value is (113,220,191). Sum of RGB (Red+Green+Blue) = 113+220+191=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCBF is #8E2340. Grayscale: #B8B8B8. Windows color (decimal): -9315137 or 12573809. OLE color: 12573809.
HSL color Cylindrical-coordinate representation of color #71DCBF: hue angle of 163.74º 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 #71DCBF is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 191 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.14 |
| HSL | 163.74º | 0.6% | 0.65% | - |
| HSV(B) | 163.74º | 0.49% | 0.86% | - |
| XYZ | 41.81 | 58.46 | 58.37 | - |
| YUV | 184.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 191 | 0.49 | 0 | 0.13 | 0.14 | 163.74 | 0.6 | 0.65 |
| Hex | 71 | DC | BF | 31 | 0 | D | E | A4 | 3C | 41 |
| Octal | 161 | 334 | 277 | 61 | 0 | 15 | 16 | 244 | 74 | 101 |
| Binary | 1110001 | 11011100 | 10111111 | 110001 | 0 | 1101 | 1110 | 10100100 | 111100 | 1000001 |
Color Harmonies of #71DCBF
Complementary color
Monochromatic Colors of #71DCBF
Black with #71DCBF
Text Example
Text Example
White with #71DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCBF; }
p { color: rgb(113,220,191); }
H1.HeaderClassName
{
color: #71DCBF;
}
.AnyTagClassName
{
color: #71DCBF;
}
</style>
background-color css
<style>
a { background-color: #71DCBF; }
a { background-color: rgb(113,220,191); }
div.DivClassName
{
background-color: #71DCBF;
}
.BgClassName
{
background-color: #71DCBF;
}
</style>
border-color css
<style>
span { border-color: #71DCBF; }
span { border-color: rgb(113,220,191); }
td.TdClassName
{
border-color: #71DCBF;
}
.TagClassName
{
border-color: #71DCBF;
}
</style>