Shades of Downy #71CEB8
Tints of Downy #71CEB8
RGB
CMYK
RGB Variations
Color information
#71CEB8 (or 0x71CEB8) is known color: Downy. HEX triplet: 71, CE and B8. RGB value is (113,206,184). Sum of RGB (Red+Green+Blue) = 113+206+184=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEB8 is #8E3147. Grayscale: #AFAFAF. Windows color (decimal): -9318728 or 12111473. OLE color: 12111473.
HSL color Cylindrical-coordinate representation of color #71CEB8: hue angle of 165.81º 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 #71CEB8 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 184 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.19 |
| HSL | 165.81º | 0.49% | 0.63% | - |
| HSV(B) | 165.81º | 0.45% | 0.81% | - |
| XYZ | 37.53 | 51.11 | 53.24 | - |
| YUV | 175.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 184 | 0.45 | 0 | 0.11 | 0.19 | 165.81 | 0.49 | 0.63 |
| Hex | 71 | CE | B8 | 2D | 0 | B | 13 | A6 | 31 | 3F |
| Octal | 161 | 316 | 270 | 55 | 0 | 13 | 23 | 246 | 61 | 77 |
| Binary | 1110001 | 11001110 | 10111000 | 101101 | 0 | 1011 | 10011 | 10100110 | 110001 | 111111 |
Color Harmonies of #71CEB8
Complementary color
Monochromatic Colors of #71CEB8
Black with #71CEB8
Text Example
Text Example
White with #71CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEB8; }
p { color: rgb(113,206,184); }
H1.HeaderClassName
{
color: #71CEB8;
}
.AnyTagClassName
{
color: #71CEB8;
}
</style>
background-color css
<style>
a { background-color: #71CEB8; }
a { background-color: rgb(113,206,184); }
div.DivClassName
{
background-color: #71CEB8;
}
.BgClassName
{
background-color: #71CEB8;
}
</style>
border-color css
<style>
span { border-color: #71CEB8; }
span { border-color: rgb(113,206,184); }
td.TdClassName
{
border-color: #71CEB8;
}
.TagClassName
{
border-color: #71CEB8;
}
</style>