Shades of Downy #71DCD2
Tints of Downy #71DCD2
RGB
CMYK
RGB Variations
Color information
#71DCD2 (or 0x71DCD2) is known color: Downy. HEX triplet: 71, DC and D2. RGB value is (113,220,210). Sum of RGB (Red+Green+Blue) = 113+220+210=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCD2 is #8E232D. Grayscale: #BABABA. Windows color (decimal): -9315118 or 13818993. OLE color: 13818993.
HSL color Cylindrical-coordinate representation of color #71DCD2: hue angle of 174.39º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCD2 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 210 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.14 |
| HSL | 174.39º | 0.6% | 0.65% | - |
| HSV(B) | 174.39º | 0.49% | 0.86% | - |
| XYZ | 44.04 | 59.35 | 70.11 | - |
| YUV | 186.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 210 | 0.49 | 0 | 0.05 | 0.14 | 174.39 | 0.6 | 0.65 |
| Hex | 71 | DC | D2 | 31 | 0 | 5 | E | AE | 3C | 41 |
| Octal | 161 | 334 | 322 | 61 | 0 | 5 | 16 | 256 | 74 | 101 |
| Binary | 1110001 | 11011100 | 11010010 | 110001 | 0 | 101 | 1110 | 10101110 | 111100 | 1000001 |
Color Harmonies of #71DCD2
Complementary color
Monochromatic Colors of #71DCD2
Black with #71DCD2
Text Example
Text Example
White with #71DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCD2; }
p { color: rgb(113,220,210); }
H1.HeaderClassName
{
color: #71DCD2;
}
.AnyTagClassName
{
color: #71DCD2;
}
</style>
background-color css
<style>
a { background-color: #71DCD2; }
a { background-color: rgb(113,220,210); }
div.DivClassName
{
background-color: #71DCD2;
}
.BgClassName
{
background-color: #71DCD2;
}
</style>
border-color css
<style>
span { border-color: #71DCD2; }
span { border-color: rgb(113,220,210); }
td.TdClassName
{
border-color: #71DCD2;
}
.TagClassName
{
border-color: #71DCD2;
}
</style>