Shades of Downy #71E5C6
Tints of Downy #71E5C6
RGB
CMYK
RGB Variations
Color information
#71E5C6 (or 0x71E5C6) is known color: Downy. HEX triplet: 71, E5 and C6. RGB value is (113,229,198). Sum of RGB (Red+Green+Blue) = 113+229+198=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #71E5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E5C6 is #8E1A39. Grayscale: #BEBEBE. Windows color (decimal): -9312826 or 13034865. OLE color: 13034865.
HSL color Cylindrical-coordinate representation of color #71E5C6: hue angle of 163.97º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E5C6 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 229 | 198 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.10 |
| HSL | 163.97º | 0.69% | 0.67% | - |
| HSV(B) | 163.97º | 0.51% | 0.9% | - |
| XYZ | 45.02 | 63.63 | 63.33 | - |
| YUV | 190.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 229 | 198 | 0.51 | 0 | 0.14 | 0.10 | 163.97 | 0.69 | 0.67 |
| Hex | 71 | E5 | C6 | 33 | 0 | E | A | A4 | 45 | 43 |
| Octal | 161 | 345 | 306 | 63 | 0 | 16 | 12 | 244 | 105 | 103 |
| Binary | 1110001 | 11100101 | 11000110 | 110011 | 0 | 1110 | 1010 | 10100100 | 1000101 | 1000011 |
Color Harmonies of #71E5C6
Complementary color
Monochromatic Colors of #71E5C6
Black with #71E5C6
Text Example
Text Example
White with #71E5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E5C6; }
p { color: rgb(113,229,198); }
H1.HeaderClassName
{
color: #71E5C6;
}
.AnyTagClassName
{
color: #71E5C6;
}
</style>
background-color css
<style>
a { background-color: #71E5C6; }
a { background-color: rgb(113,229,198); }
div.DivClassName
{
background-color: #71E5C6;
}
.BgClassName
{
background-color: #71E5C6;
}
</style>
border-color css
<style>
span { border-color: #71E5C6; }
span { border-color: rgb(113,229,198); }
td.TdClassName
{
border-color: #71E5C6;
}
.TagClassName
{
border-color: #71E5C6;
}
</style>