Shades of Downy #71D2CC
Tints of Downy #71D2CC
RGB
CMYK
RGB Variations
Color information
#71D2CC (or 0x71D2CC) is known color: Downy. HEX triplet: 71, D2 and CC. RGB value is (113,210,204). Sum of RGB (Red+Green+Blue) = 113+210+204=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2CC is #8E2D33. Grayscale: #B4B4B4. Windows color (decimal): -9317684 or 13423217. OLE color: 13423217.
HSL color Cylindrical-coordinate representation of color #71D2CC: hue angle of 176.29º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2CC is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 204 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.18 |
| HSL | 176.29º | 0.52% | 0.63% | - |
| HSV(B) | 176.29º | 0.46% | 0.82% | - |
| XYZ | 40.76 | 53.96 | 65.39 | - |
| YUV | 180.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 204 | 0.46 | 0 | 0.03 | 0.18 | 176.29 | 0.52 | 0.63 |
| Hex | 71 | D2 | CC | 2E | 0 | 3 | 12 | B0 | 34 | 3F |
| Octal | 161 | 322 | 314 | 56 | 0 | 3 | 22 | 260 | 64 | 77 |
| Binary | 1110001 | 11010010 | 11001100 | 101110 | 0 | 11 | 10010 | 10110000 | 110100 | 111111 |
Color Harmonies of #71D2CC
Complementary color
Monochromatic Colors of #71D2CC
Black with #71D2CC
Text Example
Text Example
White with #71D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D2CC; }
p { color: rgb(113,210,204); }
H1.HeaderClassName
{
color: #71D2CC;
}
.AnyTagClassName
{
color: #71D2CC;
}
</style>
background-color css
<style>
a { background-color: #71D2CC; }
a { background-color: rgb(113,210,204); }
div.DivClassName
{
background-color: #71D2CC;
}
.BgClassName
{
background-color: #71D2CC;
}
</style>
border-color css
<style>
span { border-color: #71D2CC; }
span { border-color: rgb(113,210,204); }
td.TdClassName
{
border-color: #71D2CC;
}
.TagClassName
{
border-color: #71D2CC;
}
</style>