Shades of Downy #71C6BC
Tints of Downy #71C6BC
RGB
CMYK
RGB Variations
Color information
#71C6BC (or 0x71C6BC) is known color: Downy. HEX triplet: 71, C6 and BC. RGB value is (113,198,188). Sum of RGB (Red+Green+Blue) = 113+198+188=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #71C6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C6BC is #8E3943. Grayscale: #ABABAB. Windows color (decimal): -9320772 or 12371569. OLE color: 12371569.
HSL color Cylindrical-coordinate representation of color #71C6BC: hue angle of 172.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71C6BC is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 198 | 188 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.22 |
| HSL | 172.94º | 0.43% | 0.61% | - |
| HSV(B) | 172.94º | 0.43% | 0.78% | - |
| XYZ | 36.08 | 47.53 | 54.85 | - |
| YUV | 171.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 198 | 188 | 0.43 | 0 | 0.05 | 0.22 | 172.94 | 0.43 | 0.61 |
| Hex | 71 | C6 | BC | 2B | 0 | 5 | 16 | AD | 2B | 3D |
| Octal | 161 | 306 | 274 | 53 | 0 | 5 | 26 | 255 | 53 | 75 |
| Binary | 1110001 | 11000110 | 10111100 | 101011 | 0 | 101 | 10110 | 10101101 | 101011 | 111101 |
Color Harmonies of #71C6BC
Complementary color
Monochromatic Colors of #71C6BC
Black with #71C6BC
Text Example
Text Example
White with #71C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C6BC; }
p { color: rgb(113,198,188); }
H1.HeaderClassName
{
color: #71C6BC;
}
.AnyTagClassName
{
color: #71C6BC;
}
</style>
background-color css
<style>
a { background-color: #71C6BC; }
a { background-color: rgb(113,198,188); }
div.DivClassName
{
background-color: #71C6BC;
}
.BgClassName
{
background-color: #71C6BC;
}
</style>
border-color css
<style>
span { border-color: #71C6BC; }
span { border-color: rgb(113,198,188); }
td.TdClassName
{
border-color: #71C6BC;
}
.TagClassName
{
border-color: #71C6BC;
}
</style>