Shades of Downy #71CFCA
Tints of Downy #71CFCA
RGB
CMYK
RGB Variations
Color information
#71CFCA (or 0x71CFCA) is known color: Downy. HEX triplet: 71, CF and CA. RGB value is (113,207,202). Sum of RGB (Red+Green+Blue) = 113+207+202=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFCA is #8E3035. Grayscale: #B2B2B2. Windows color (decimal): -9318454 or 13291377. OLE color: 13291377.
HSL color Cylindrical-coordinate representation of color #71CFCA: hue angle of 176.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 #71CFCA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 202 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.19 |
| HSL | 176.81º | 0.49% | 0.63% | - |
| HSV(B) | 176.81º | 0.45% | 0.81% | - |
| XYZ | 39.78 | 52.4 | 63.89 | - |
| YUV | 178.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 202 | 0.45 | 0 | 0.02 | 0.19 | 176.81 | 0.49 | 0.63 |
| Hex | 71 | CF | CA | 2D | 0 | 2 | 13 | B1 | 31 | 3F |
| Octal | 161 | 317 | 312 | 55 | 0 | 2 | 23 | 261 | 61 | 77 |
| Binary | 1110001 | 11001111 | 11001010 | 101101 | 0 | 10 | 10011 | 10110001 | 110001 | 111111 |
Color Harmonies of #71CFCA
Complementary color
Monochromatic Colors of #71CFCA
Black with #71CFCA
Text Example
Text Example
White with #71CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFCA; }
p { color: rgb(113,207,202); }
H1.HeaderClassName
{
color: #71CFCA;
}
.AnyTagClassName
{
color: #71CFCA;
}
</style>
background-color css
<style>
a { background-color: #71CFCA; }
a { background-color: rgb(113,207,202); }
div.DivClassName
{
background-color: #71CFCA;
}
.BgClassName
{
background-color: #71CFCA;
}
</style>
border-color css
<style>
span { border-color: #71CFCA; }
span { border-color: rgb(113,207,202); }
td.TdClassName
{
border-color: #71CFCA;
}
.TagClassName
{
border-color: #71CFCA;
}
</style>