Shades of Downy #71CEB5
Tints of Downy #71CEB5
RGB
CMYK
RGB Variations
Color information
#71CEB5 (or 0x71CEB5) is known color: Downy. HEX triplet: 71, CE and B5. RGB value is (113,206,181). Sum of RGB (Red+Green+Blue) = 113+206+181=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEB5 is #8E314A. Grayscale: #AFAFAF. Windows color (decimal): -9318731 or 11914865. OLE color: 11914865.
HSL color Cylindrical-coordinate representation of color #71CEB5: hue angle of 163.87º 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 #71CEB5 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 181 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.19 |
| HSL | 163.87º | 0.49% | 0.63% | - |
| HSV(B) | 163.87º | 0.45% | 0.81% | - |
| XYZ | 37.22 | 50.99 | 51.6 | - |
| YUV | 175.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 181 | 0.45 | 0 | 0.12 | 0.19 | 163.87 | 0.49 | 0.63 |
| Hex | 71 | CE | B5 | 2D | 0 | C | 13 | A4 | 31 | 3F |
| Octal | 161 | 316 | 265 | 55 | 0 | 14 | 23 | 244 | 61 | 77 |
| Binary | 1110001 | 11001110 | 10110101 | 101101 | 0 | 1100 | 10011 | 10100100 | 110001 | 111111 |
Color Harmonies of #71CEB5
Complementary color
Monochromatic Colors of #71CEB5
Black with #71CEB5
Text Example
Text Example
White with #71CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEB5; }
p { color: rgb(113,206,181); }
H1.HeaderClassName
{
color: #71CEB5;
}
.AnyTagClassName
{
color: #71CEB5;
}
</style>
background-color css
<style>
a { background-color: #71CEB5; }
a { background-color: rgb(113,206,181); }
div.DivClassName
{
background-color: #71CEB5;
}
.BgClassName
{
background-color: #71CEB5;
}
</style>
border-color css
<style>
span { border-color: #71CEB5; }
span { border-color: rgb(113,206,181); }
td.TdClassName
{
border-color: #71CEB5;
}
.TagClassName
{
border-color: #71CEB5;
}
</style>