Shades of Downy #71CDB8
Tints of Downy #71CDB8
RGB
CMYK
RGB Variations
Color information
#71CDB8 (or 0x71CDB8) is known color: Downy. HEX triplet: 71, CD and B8. RGB value is (113,205,184). Sum of RGB (Red+Green+Blue) = 113+205+184=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDB8 is #8E3247. Grayscale: #AFAFAF. Windows color (decimal): -9318984 or 12111217. OLE color: 12111217.
HSL color Cylindrical-coordinate representation of color #71CDB8: hue angle of 166.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDB8 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 205 | 184 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.20 |
| HSL | 166.3º | 0.48% | 0.62% | - |
| HSV(B) | 166.3º | 0.45% | 0.8% | - |
| XYZ | 37.29 | 50.63 | 53.16 | - |
| YUV | 175.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 184 | 0.45 | 0 | 0.10 | 0.20 | 166.3 | 0.48 | 0.62 |
| Hex | 71 | CD | B8 | 2D | 0 | A | 14 | A6 | 30 | 3E |
| Octal | 161 | 315 | 270 | 55 | 0 | 12 | 24 | 246 | 60 | 76 |
| Binary | 1110001 | 11001101 | 10111000 | 101101 | 0 | 1010 | 10100 | 10100110 | 110000 | 111110 |
Color Harmonies of #71CDB8
Complementary color
Monochromatic Colors of #71CDB8
Black with #71CDB8
Text Example
Text Example
White with #71CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDB8; }
p { color: rgb(113,205,184); }
H1.HeaderClassName
{
color: #71CDB8;
}
.AnyTagClassName
{
color: #71CDB8;
}
</style>
background-color css
<style>
a { background-color: #71CDB8; }
a { background-color: rgb(113,205,184); }
div.DivClassName
{
background-color: #71CDB8;
}
.BgClassName
{
background-color: #71CDB8;
}
</style>
border-color css
<style>
span { border-color: #71CDB8; }
span { border-color: rgb(113,205,184); }
td.TdClassName
{
border-color: #71CDB8;
}
.TagClassName
{
border-color: #71CDB8;
}
</style>