Shades of Downy #5CECB9
Tints of Downy #5CECB9
RGB
CMYK
RGB Variations
Color information
#5CECB9 (or 0x5CECB9) is known color: Downy. HEX triplet: 5C, EC and B9. RGB value is (92,236,185). Sum of RGB (Red+Green+Blue) = 92+236+185=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECB9 is #A31346. Grayscale: #BBBBBB. Windows color (decimal): -10687303 or 12184668. OLE color: 12184668.
HSL color Cylindrical-coordinate representation of color #5CECB9: hue angle of 158.75º 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 #5CECB9 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 185 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.07 |
| HSL | 158.75º | 0.79% | 0.64% | - |
| HSV(B) | 158.75º | 0.61% | 0.93% | - |
| XYZ | 43.17 | 65.77 | 56.32 | - |
| YUV | 187.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 185 | 0.61 | 0 | 0.22 | 0.07 | 158.75 | 0.79 | 0.64 |
| Hex | 5C | EC | B9 | 3D | 0 | 16 | 7 | 9F | 4F | 40 |
| Octal | 134 | 354 | 271 | 75 | 0 | 26 | 7 | 237 | 117 | 100 |
| Binary | 1011100 | 11101100 | 10111001 | 111101 | 0 | 10110 | 111 | 10011111 | 1001111 | 1000000 |
Color Harmonies of #5CECB9
Complementary color
Monochromatic Colors of #5CECB9
Black with #5CECB9
Text Example
Text Example
White with #5CECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECB9; }
p { color: rgb(92,236,185); }
H1.HeaderClassName
{
color: #5CECB9;
}
.AnyTagClassName
{
color: #5CECB9;
}
</style>
background-color css
<style>
a { background-color: #5CECB9; }
a { background-color: rgb(92,236,185); }
div.DivClassName
{
background-color: #5CECB9;
}
.BgClassName
{
background-color: #5CECB9;
}
</style>
border-color css
<style>
span { border-color: #5CECB9; }
span { border-color: rgb(92,236,185); }
td.TdClassName
{
border-color: #5CECB9;
}
.TagClassName
{
border-color: #5CECB9;
}
</style>