Shades of Downy #71D5BA
Tints of Downy #71D5BA
RGB
CMYK
RGB Variations
Color information
#71D5BA (or 0x71D5BA) is known color: Downy. HEX triplet: 71, D5 and BA. RGB value is (113,213,186). Sum of RGB (Red+Green+Blue) = 113+213+186=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #71D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D5BA is #8E2A45. Grayscale: #B4B4B4. Windows color (decimal): -9316934 or 12244337. OLE color: 12244337.
HSL color Cylindrical-coordinate representation of color #71D5BA: hue angle of 163.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D5BA is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 186 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.16 |
| HSL | 163.8º | 0.54% | 0.64% | - |
| HSV(B) | 163.8º | 0.47% | 0.84% | - |
| XYZ | 39.47 | 54.64 | 54.92 | - |
| YUV | 180.02 | 131.37 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 186 | 0.47 | 0 | 0.13 | 0.16 | 163.8 | 0.54 | 0.64 |
| Hex | 71 | D5 | BA | 2F | 0 | D | 10 | A4 | 36 | 40 |
| Octal | 161 | 325 | 272 | 57 | 0 | 15 | 20 | 244 | 66 | 100 |
| Binary | 1110001 | 11010101 | 10111010 | 101111 | 0 | 1101 | 10000 | 10100100 | 110110 | 1000000 |
Color Harmonies of #71D5BA
Complementary color
Monochromatic Colors of #71D5BA
Black with #71D5BA
Text Example
Text Example
White with #71D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D5BA; }
p { color: rgb(113,213,186); }
H1.HeaderClassName
{
color: #71D5BA;
}
.AnyTagClassName
{
color: #71D5BA;
}
</style>
background-color css
<style>
a { background-color: #71D5BA; }
a { background-color: rgb(113,213,186); }
div.DivClassName
{
background-color: #71D5BA;
}
.BgClassName
{
background-color: #71D5BA;
}
</style>
border-color css
<style>
span { border-color: #71D5BA; }
span { border-color: rgb(113,213,186); }
td.TdClassName
{
border-color: #71D5BA;
}
.TagClassName
{
border-color: #71D5BA;
}
</style>