Shades of Downy #71CABB
Tints of Downy #71CABB
RGB
CMYK
RGB Variations
Color information
#71CABB (or 0x71CABB) is known color: Downy. HEX triplet: 71, CA and BB. RGB value is (113,202,187). Sum of RGB (Red+Green+Blue) = 113+202+187=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #71CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CABB is #8E3544. Grayscale: #ADADAD. Windows color (decimal): -9319749 or 12307057. OLE color: 12307057.
HSL color Cylindrical-coordinate representation of color #71CABB: hue angle of 169.89º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CABB is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 187 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.21 |
| HSL | 169.89º | 0.46% | 0.62% | - |
| HSV(B) | 169.89º | 0.44% | 0.79% | - |
| XYZ | 36.9 | 49.34 | 54.59 | - |
| YUV | 173.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 187 | 0.44 | 0 | 0.07 | 0.21 | 169.89 | 0.46 | 0.62 |
| Hex | 71 | CA | BB | 2C | 0 | 7 | 15 | AA | 2E | 3E |
| Octal | 161 | 312 | 273 | 54 | 0 | 7 | 25 | 252 | 56 | 76 |
| Binary | 1110001 | 11001010 | 10111011 | 101100 | 0 | 111 | 10101 | 10101010 | 101110 | 111110 |
Color Harmonies of #71CABB
Complementary color
Monochromatic Colors of #71CABB
Black with #71CABB
Text Example
Text Example
White with #71CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CABB; }
p { color: rgb(113,202,187); }
H1.HeaderClassName
{
color: #71CABB;
}
.AnyTagClassName
{
color: #71CABB;
}
</style>
background-color css
<style>
a { background-color: #71CABB; }
a { background-color: rgb(113,202,187); }
div.DivClassName
{
background-color: #71CABB;
}
.BgClassName
{
background-color: #71CABB;
}
</style>
border-color css
<style>
span { border-color: #71CABB; }
span { border-color: rgb(113,202,187); }
td.TdClassName
{
border-color: #71CABB;
}
.TagClassName
{
border-color: #71CABB;
}
</style>