Shades of Downy #71CFC0
Tints of Downy #71CFC0
RGB
CMYK
RGB Variations
Color information
#71CFC0 (or 0x71CFC0) is known color: Downy. HEX triplet: 71, CF and C0. RGB value is (113,207,192). Sum of RGB (Red+Green+Blue) = 113+207+192=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFC0 is #8E303F. Grayscale: #B1B1B1. Windows color (decimal): -9318464 or 12636017. OLE color: 12636017.
HSL color Cylindrical-coordinate representation of color #71CFC0: hue angle of 170.43º 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 #71CFC0 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 192 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.19 |
| HSL | 170.43º | 0.49% | 0.63% | - |
| HSV(B) | 170.43º | 0.45% | 0.81% | - |
| XYZ | 38.64 | 51.94 | 57.86 | - |
| YUV | 177.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 192 | 0.45 | 0 | 0.07 | 0.19 | 170.43 | 0.49 | 0.63 |
| Hex | 71 | CF | C0 | 2D | 0 | 7 | 13 | AA | 31 | 3F |
| Octal | 161 | 317 | 300 | 55 | 0 | 7 | 23 | 252 | 61 | 77 |
| Binary | 1110001 | 11001111 | 11000000 | 101101 | 0 | 111 | 10011 | 10101010 | 110001 | 111111 |
Color Harmonies of #71CFC0
Complementary color
Monochromatic Colors of #71CFC0
Black with #71CFC0
Text Example
Text Example
White with #71CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFC0; }
p { color: rgb(113,207,192); }
H1.HeaderClassName
{
color: #71CFC0;
}
.AnyTagClassName
{
color: #71CFC0;
}
</style>
background-color css
<style>
a { background-color: #71CFC0; }
a { background-color: rgb(113,207,192); }
div.DivClassName
{
background-color: #71CFC0;
}
.BgClassName
{
background-color: #71CFC0;
}
</style>
border-color css
<style>
span { border-color: #71CFC0; }
span { border-color: rgb(113,207,192); }
td.TdClassName
{
border-color: #71CFC0;
}
.TagClassName
{
border-color: #71CFC0;
}
</style>