Shades of Downy #71CFBD
Tints of Downy #71CFBD
RGB
CMYK
RGB Variations
Color information
#71CFBD (or 0x71CFBD) is known color: Downy. HEX triplet: 71, CF and BD. RGB value is (113,207,189). Sum of RGB (Red+Green+Blue) = 113+207+189=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFBD is #8E3042. Grayscale: #B0B0B0. Windows color (decimal): -9318467 or 12439409. OLE color: 12439409.
HSL color Cylindrical-coordinate representation of color #71CFBD: hue angle of 168.51º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CFBD is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 189 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.19 |
| HSL | 168.51º | 0.49% | 0.63% | - |
| HSV(B) | 168.51º | 0.45% | 0.81% | - |
| XYZ | 38.31 | 51.81 | 56.13 | - |
| YUV | 176.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 189 | 0.45 | 0 | 0.09 | 0.19 | 168.51 | 0.49 | 0.63 |
| Hex | 71 | CF | BD | 2D | 0 | 9 | 13 | A9 | 31 | 3F |
| Octal | 161 | 317 | 275 | 55 | 0 | 11 | 23 | 251 | 61 | 77 |
| Binary | 1110001 | 11001111 | 10111101 | 101101 | 0 | 1001 | 10011 | 10101001 | 110001 | 111111 |
Color Harmonies of #71CFBD
Complementary color
Monochromatic Colors of #71CFBD
Black with #71CFBD
Text Example
Text Example
White with #71CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFBD; }
p { color: rgb(113,207,189); }
H1.HeaderClassName
{
color: #71CFBD;
}
.AnyTagClassName
{
color: #71CFBD;
}
</style>
background-color css
<style>
a { background-color: #71CFBD; }
a { background-color: rgb(113,207,189); }
div.DivClassName
{
background-color: #71CFBD;
}
.BgClassName
{
background-color: #71CFBD;
}
</style>
border-color css
<style>
span { border-color: #71CFBD; }
span { border-color: rgb(113,207,189); }
td.TdClassName
{
border-color: #71CFBD;
}
.TagClassName
{
border-color: #71CFBD;
}
</style>