Shades of Downy #5CECBE
Tints of Downy #5CECBE
RGB
CMYK
RGB Variations
Color information
#5CECBE (or 0x5CECBE) is known color: Downy. HEX triplet: 5C, EC and BE. RGB value is (92,236,190). Sum of RGB (Red+Green+Blue) = 92+236+190=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECBE is #A31341. Grayscale: #BBBBBB. Windows color (decimal): -10687298 or 12512348. OLE color: 12512348.
HSL color Cylindrical-coordinate representation of color #5CECBE: hue angle of 160.83º 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 #5CECBE is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 190 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.07 |
| HSL | 160.83º | 0.79% | 0.64% | - |
| HSV(B) | 160.83º | 0.61% | 0.93% | - |
| XYZ | 43.7 | 65.98 | 59.15 | - |
| YUV | 187.7 | 129.29 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 190 | 0.61 | 0 | 0.19 | 0.07 | 160.83 | 0.79 | 0.64 |
| Hex | 5C | EC | BE | 3D | 0 | 13 | 7 | A1 | 4F | 40 |
| Octal | 134 | 354 | 276 | 75 | 0 | 23 | 7 | 241 | 117 | 100 |
| Binary | 1011100 | 11101100 | 10111110 | 111101 | 0 | 10011 | 111 | 10100001 | 1001111 | 1000000 |
Color Harmonies of #5CECBE
Complementary color
Monochromatic Colors of #5CECBE
Black with #5CECBE
Text Example
Text Example
White with #5CECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECBE; }
p { color: rgb(92,236,190); }
H1.HeaderClassName
{
color: #5CECBE;
}
.AnyTagClassName
{
color: #5CECBE;
}
</style>
background-color css
<style>
a { background-color: #5CECBE; }
a { background-color: rgb(92,236,190); }
div.DivClassName
{
background-color: #5CECBE;
}
.BgClassName
{
background-color: #5CECBE;
}
</style>
border-color css
<style>
span { border-color: #5CECBE; }
span { border-color: rgb(92,236,190); }
td.TdClassName
{
border-color: #5CECBE;
}
.TagClassName
{
border-color: #5CECBE;
}
</style>