Shades of Downy #71CCBC
Tints of Downy #71CCBC
RGB
CMYK
RGB Variations
Color information
#71CCBC (or 0x71CCBC) is known color: Downy. HEX triplet: 71, CC and BC. RGB value is (113,204,188). Sum of RGB (Red+Green+Blue) = 113+204+188=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCBC is #8E3343. Grayscale: #AEAEAE. Windows color (decimal): -9319236 or 12373105. OLE color: 12373105.
HSL color Cylindrical-coordinate representation of color #71CCBC: hue angle of 169.45º degrees, saturation: 0.47, 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 #71CCBC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 188 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.2 |
| HSL | 169.45º | 0.47% | 0.62% | - |
| HSV(B) | 169.45º | 0.45% | 0.8% | - |
| XYZ | 37.48 | 50.33 | 55.32 | - |
| YUV | 174.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 188 | 0.45 | 0 | 0.08 | 0.2 | 169.45 | 0.47 | 0.62 |
| Hex | 71 | CC | BC | 2D | 0 | 8 | 14 | A9 | 2F | 3E |
| Octal | 161 | 314 | 274 | 55 | 0 | 10 | 24 | 251 | 57 | 76 |
| Binary | 1110001 | 11001100 | 10111100 | 101101 | 0 | 1000 | 10100 | 10101001 | 101111 | 111110 |
Color Harmonies of #71CCBC
Complementary color
Monochromatic Colors of #71CCBC
Black with #71CCBC
Text Example
Text Example
White with #71CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CCBC; }
p { color: rgb(113,204,188); }
H1.HeaderClassName
{
color: #71CCBC;
}
.AnyTagClassName
{
color: #71CCBC;
}
</style>
background-color css
<style>
a { background-color: #71CCBC; }
a { background-color: rgb(113,204,188); }
div.DivClassName
{
background-color: #71CCBC;
}
.BgClassName
{
background-color: #71CCBC;
}
</style>
border-color css
<style>
span { border-color: #71CCBC; }
span { border-color: rgb(113,204,188); }
td.TdClassName
{
border-color: #71CCBC;
}
.TagClassName
{
border-color: #71CCBC;
}
</style>