Shades of Downy #71CEB9
Tints of Downy #71CEB9
RGB
CMYK
RGB Variations
Color information
#71CEB9 (or 0x71CEB9) is known color: Downy. HEX triplet: 71, CE and B9. RGB value is (113,206,185). Sum of RGB (Red+Green+Blue) = 113+206+185=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEB9 is #8E3146. Grayscale: #AFAFAF. Windows color (decimal): -9318727 or 12177009. OLE color: 12177009.
HSL color Cylindrical-coordinate representation of color #71CEB9: hue angle of 166.45º 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 #71CEB9 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 185 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.19 |
| HSL | 166.45º | 0.49% | 0.63% | - |
| HSV(B) | 166.45º | 0.45% | 0.81% | - |
| XYZ | 37.64 | 51.16 | 53.79 | - |
| YUV | 175.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 185 | 0.45 | 0 | 0.10 | 0.19 | 166.45 | 0.49 | 0.63 |
| Hex | 71 | CE | B9 | 2D | 0 | A | 13 | A6 | 31 | 3F |
| Octal | 161 | 316 | 271 | 55 | 0 | 12 | 23 | 246 | 61 | 77 |
| Binary | 1110001 | 11001110 | 10111001 | 101101 | 0 | 1010 | 10011 | 10100110 | 110001 | 111111 |
Color Harmonies of #71CEB9
Complementary color
Monochromatic Colors of #71CEB9
Black with #71CEB9
Text Example
Text Example
White with #71CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEB9; }
p { color: rgb(113,206,185); }
H1.HeaderClassName
{
color: #71CEB9;
}
.AnyTagClassName
{
color: #71CEB9;
}
</style>
background-color css
<style>
a { background-color: #71CEB9; }
a { background-color: rgb(113,206,185); }
div.DivClassName
{
background-color: #71CEB9;
}
.BgClassName
{
background-color: #71CEB9;
}
</style>
border-color css
<style>
span { border-color: #71CEB9; }
span { border-color: rgb(113,206,185); }
td.TdClassName
{
border-color: #71CEB9;
}
.TagClassName
{
border-color: #71CEB9;
}
</style>