Shades of Downy #71D0CF
Tints of Downy #71D0CF
RGB
CMYK
RGB Variations
Color information
#71D0CF (or 0x71D0CF) is known color: Downy. HEX triplet: 71, D0 and CF. RGB value is (113,208,207). Sum of RGB (Red+Green+Blue) = 113+208+207=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0CF is #8E2F30. Grayscale: #B3B3B3. Windows color (decimal): -9318193 or 13619313. OLE color: 13619313.
HSL color Cylindrical-coordinate representation of color #71D0CF: hue angle of 179.37º degrees, saturation: 0.5, 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 #71D0CF is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 207 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.18 |
| HSL | 179.37º | 0.5% | 0.63% | - |
| HSV(B) | 179.37º | 0.46% | 0.82% | - |
| XYZ | 40.63 | 53.13 | 67.14 | - |
| YUV | 179.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 207 | 0.46 | 0 | 0.00 | 0.18 | 179.37 | 0.5 | 0.63 |
| Hex | 71 | D0 | CF | 2E | 0 | 0 | 12 | B3 | 32 | 3F |
| Octal | 161 | 320 | 317 | 56 | 0 | 0 | 22 | 263 | 62 | 77 |
| Binary | 1110001 | 11010000 | 11001111 | 101110 | 0 | 0 | 10010 | 10110011 | 110010 | 111111 |
Color Harmonies of #71D0CF
Complementary color
Monochromatic Colors of #71D0CF
Black with #71D0CF
Text Example
Text Example
White with #71D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D0CF; }
p { color: rgb(113,208,207); }
H1.HeaderClassName
{
color: #71D0CF;
}
.AnyTagClassName
{
color: #71D0CF;
}
</style>
background-color css
<style>
a { background-color: #71D0CF; }
a { background-color: rgb(113,208,207); }
div.DivClassName
{
background-color: #71D0CF;
}
.BgClassName
{
background-color: #71D0CF;
}
</style>
border-color css
<style>
span { border-color: #71D0CF; }
span { border-color: rgb(113,208,207); }
td.TdClassName
{
border-color: #71D0CF;
}
.TagClassName
{
border-color: #71D0CF;
}
</style>