Shades of Downy #71DFBE
Tints of Downy #71DFBE
RGB
CMYK
RGB Variations
Color information
#71DFBE (or 0x71DFBE) is known color: Downy. HEX triplet: 71, DF and BE. RGB value is (113,223,190). Sum of RGB (Red+Green+Blue) = 113+223+190=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFBE is #8E2041. Grayscale: #BABABA. Windows color (decimal): -9314370 or 12509041. OLE color: 12509041.
HSL color Cylindrical-coordinate representation of color #71DFBE: hue angle of 162º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFBE is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 190 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.13 |
| HSL | 162º | 0.63% | 0.66% | - |
| HSV(B) | 162º | 0.49% | 0.87% | - |
| XYZ | 42.49 | 60 | 58.06 | - |
| YUV | 186.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 190 | 0.49 | 0 | 0.15 | 0.13 | 162 | 0.63 | 0.66 |
| Hex | 71 | DF | BE | 31 | 0 | F | D | A2 | 3F | 42 |
| Octal | 161 | 337 | 276 | 61 | 0 | 17 | 15 | 242 | 77 | 102 |
| Binary | 1110001 | 11011111 | 10111110 | 110001 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000010 |
Color Harmonies of #71DFBE
Complementary color
Monochromatic Colors of #71DFBE
Black with #71DFBE
Text Example
Text Example
White with #71DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFBE; }
p { color: rgb(113,223,190); }
H1.HeaderClassName
{
color: #71DFBE;
}
.AnyTagClassName
{
color: #71DFBE;
}
</style>
background-color css
<style>
a { background-color: #71DFBE; }
a { background-color: rgb(113,223,190); }
div.DivClassName
{
background-color: #71DFBE;
}
.BgClassName
{
background-color: #71DFBE;
}
</style>
border-color css
<style>
span { border-color: #71DFBE; }
span { border-color: rgb(113,223,190); }
td.TdClassName
{
border-color: #71DFBE;
}
.TagClassName
{
border-color: #71DFBE;
}
</style>