Shades of Downy #71D2CE
Tints of Downy #71D2CE
RGB
CMYK
RGB Variations
Color information
#71D2CE (or 0x71D2CE) is known color: Downy. HEX triplet: 71, D2 and CE. RGB value is (113,210,206). Sum of RGB (Red+Green+Blue) = 113+210+206=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2CE is #8E2D31. Grayscale: #B4B4B4. Windows color (decimal): -9317682 or 13554289. OLE color: 13554289.
HSL color Cylindrical-coordinate representation of color #71D2CE: hue angle of 177.53º 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 #71D2CE is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 206 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.18 |
| HSL | 177.53º | 0.52% | 0.63% | - |
| HSV(B) | 177.53º | 0.46% | 0.82% | - |
| XYZ | 41 | 54.06 | 66.67 | - |
| YUV | 180.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 206 | 0.46 | 0 | 0.02 | 0.18 | 177.53 | 0.52 | 0.63 |
| Hex | 71 | D2 | CE | 2E | 0 | 2 | 12 | B2 | 34 | 3F |
| Octal | 161 | 322 | 316 | 56 | 0 | 2 | 22 | 262 | 64 | 77 |
| Binary | 1110001 | 11010010 | 11001110 | 101110 | 0 | 10 | 10010 | 10110010 | 110100 | 111111 |
Color Harmonies of #71D2CE
Complementary color
Monochromatic Colors of #71D2CE
Black with #71D2CE
Text Example
Text Example
White with #71D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D2CE; }
p { color: rgb(113,210,206); }
H1.HeaderClassName
{
color: #71D2CE;
}
.AnyTagClassName
{
color: #71D2CE;
}
</style>
background-color css
<style>
a { background-color: #71D2CE; }
a { background-color: rgb(113,210,206); }
div.DivClassName
{
background-color: #71D2CE;
}
.BgClassName
{
background-color: #71D2CE;
}
</style>
border-color css
<style>
span { border-color: #71D2CE; }
span { border-color: rgb(113,210,206); }
td.TdClassName
{
border-color: #71D2CE;
}
.TagClassName
{
border-color: #71D2CE;
}
</style>