Shades of Downy #71D0B3
Tints of Downy #71D0B3
RGB
CMYK
RGB Variations
Color information
#71D0B3 (or 0x71D0B3) is known color: Downy. HEX triplet: 71, D0 and B3. RGB value is (113,208,179). Sum of RGB (Red+Green+Blue) = 113+208+179=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0B3 is #8E2F4C. Grayscale: #B0B0B0. Windows color (decimal): -9318221 or 11784305. OLE color: 11784305.
HSL color Cylindrical-coordinate representation of color #71D0B3: hue angle of 161.68º 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 #71D0B3 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 179 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.18 |
| HSL | 161.68º | 0.5% | 0.63% | - |
| HSV(B) | 161.68º | 0.46% | 0.82% | - |
| XYZ | 37.5 | 51.88 | 50.68 | - |
| YUV | 176.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 179 | 0.46 | 0 | 0.14 | 0.18 | 161.68 | 0.5 | 0.63 |
| Hex | 71 | D0 | B3 | 2E | 0 | E | 12 | A2 | 32 | 3F |
| Octal | 161 | 320 | 263 | 56 | 0 | 16 | 22 | 242 | 62 | 77 |
| Binary | 1110001 | 11010000 | 10110011 | 101110 | 0 | 1110 | 10010 | 10100010 | 110010 | 111111 |
Color Harmonies of #71D0B3
Complementary color
Monochromatic Colors of #71D0B3
Black with #71D0B3
Text Example
Text Example
White with #71D0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D0B3; }
p { color: rgb(113,208,179); }
H1.HeaderClassName
{
color: #71D0B3;
}
.AnyTagClassName
{
color: #71D0B3;
}
</style>
background-color css
<style>
a { background-color: #71D0B3; }
a { background-color: rgb(113,208,179); }
div.DivClassName
{
background-color: #71D0B3;
}
.BgClassName
{
background-color: #71D0B3;
}
</style>
border-color css
<style>
span { border-color: #71D0B3; }
span { border-color: rgb(113,208,179); }
td.TdClassName
{
border-color: #71D0B3;
}
.TagClassName
{
border-color: #71D0B3;
}
</style>