Shades of Downy #5CECBB
Tints of Downy #5CECBB
RGB
CMYK
RGB Variations
Color information
#5CECBB (or 0x5CECBB) is known color: Downy. HEX triplet: 5C, EC and BB. RGB value is (92,236,187). Sum of RGB (Red+Green+Blue) = 92+236+187=515 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.86% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECBB is #A31344. Grayscale: #BBBBBB. Windows color (decimal): -10687301 or 12315740. OLE color: 12315740.
HSL color Cylindrical-coordinate representation of color #5CECBB: hue angle of 159.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CECBB is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 187 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.07 |
| HSL | 159.58º | 0.79% | 0.64% | - |
| HSV(B) | 159.58º | 0.61% | 0.93% | - |
| XYZ | 43.38 | 65.85 | 57.44 | - |
| YUV | 187.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 187 | 0.61 | 0 | 0.21 | 0.07 | 159.58 | 0.79 | 0.64 |
| Hex | 5C | EC | BB | 3D | 0 | 15 | 7 | A0 | 4F | 40 |
| Octal | 134 | 354 | 273 | 75 | 0 | 25 | 7 | 240 | 117 | 100 |
| Binary | 1011100 | 11101100 | 10111011 | 111101 | 0 | 10101 | 111 | 10100000 | 1001111 | 1000000 |
Color Harmonies of #5CECBB
Complementary color
Monochromatic Colors of #5CECBB
Black with #5CECBB
Text Example
Text Example
White with #5CECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECBB; }
p { color: rgb(92,236,187); }
H1.HeaderClassName
{
color: #5CECBB;
}
.AnyTagClassName
{
color: #5CECBB;
}
</style>
background-color css
<style>
a { background-color: #5CECBB; }
a { background-color: rgb(92,236,187); }
div.DivClassName
{
background-color: #5CECBB;
}
.BgClassName
{
background-color: #5CECBB;
}
</style>
border-color css
<style>
span { border-color: #5CECBB; }
span { border-color: rgb(92,236,187); }
td.TdClassName
{
border-color: #5CECBB;
}
.TagClassName
{
border-color: #5CECBB;
}
</style>