Shades of Downy #71D5CC
Tints of Downy #71D5CC
RGB
CMYK
RGB Variations
Color information
#71D5CC (or 0x71D5CC) is known color: Downy. HEX triplet: 71, D5 and CC. RGB value is (113,213,204). Sum of RGB (Red+Green+Blue) = 113+213+204=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #71D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D5CC is #8E2A33. Grayscale: #B6B6B6. Windows color (decimal): -9316916 or 13423985. OLE color: 13423985.
HSL color Cylindrical-coordinate representation of color #71D5CC: hue angle of 174.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D5CC is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 204 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.16 |
| HSL | 174.6º | 0.54% | 0.64% | - |
| HSV(B) | 174.6º | 0.47% | 0.84% | - |
| XYZ | 41.5 | 55.46 | 65.64 | - |
| YUV | 182.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 204 | 0.47 | 0 | 0.04 | 0.16 | 174.6 | 0.54 | 0.64 |
| Hex | 71 | D5 | CC | 2F | 0 | 4 | 10 | AF | 36 | 40 |
| Octal | 161 | 325 | 314 | 57 | 0 | 4 | 20 | 257 | 66 | 100 |
| Binary | 1110001 | 11010101 | 11001100 | 101111 | 0 | 100 | 10000 | 10101111 | 110110 | 1000000 |
Color Harmonies of #71D5CC
Complementary color
Monochromatic Colors of #71D5CC
Black with #71D5CC
Text Example
Text Example
White with #71D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D5CC; }
p { color: rgb(113,213,204); }
H1.HeaderClassName
{
color: #71D5CC;
}
.AnyTagClassName
{
color: #71D5CC;
}
</style>
background-color css
<style>
a { background-color: #71D5CC; }
a { background-color: rgb(113,213,204); }
div.DivClassName
{
background-color: #71D5CC;
}
.BgClassName
{
background-color: #71D5CC;
}
</style>
border-color css
<style>
span { border-color: #71D5CC; }
span { border-color: rgb(113,213,204); }
td.TdClassName
{
border-color: #71D5CC;
}
.TagClassName
{
border-color: #71D5CC;
}
</style>