Shades of Downy #5CE6BD
Tints of Downy #5CE6BD
RGB
CMYK
RGB Variations
Color information
#5CE6BD (or 0x5CE6BD) is known color: Downy. HEX triplet: 5C, E6 and BD. RGB value is (92,230,189). Sum of RGB (Red+Green+Blue) = 92+230+189=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE6BD is #A31942. Grayscale: #B8B8B8. Windows color (decimal): -10688835 or 12445276. OLE color: 12445276.
HSL color Cylindrical-coordinate representation of color #5CE6BD: hue angle of 162.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE6BD is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 230 | 189 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.10 |
| HSL | 162.17º | 0.73% | 0.63% | - |
| HSV(B) | 162.17º | 0.6% | 0.9% | - |
| XYZ | 41.9 | 62.54 | 58.01 | - |
| YUV | 184.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 230 | 189 | 0.60 | 0 | 0.18 | 0.10 | 162.17 | 0.73 | 0.63 |
| Hex | 5C | E6 | BD | 3C | 0 | 12 | A | A2 | 49 | 3F |
| Octal | 134 | 346 | 275 | 74 | 0 | 22 | 12 | 242 | 111 | 77 |
| Binary | 1011100 | 11100110 | 10111101 | 111100 | 0 | 10010 | 1010 | 10100010 | 1001001 | 111111 |
Color Harmonies of #5CE6BD
Complementary color
Monochromatic Colors of #5CE6BD
Black with #5CE6BD
Text Example
Text Example
White with #5CE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE6BD; }
p { color: rgb(92,230,189); }
H1.HeaderClassName
{
color: #5CE6BD;
}
.AnyTagClassName
{
color: #5CE6BD;
}
</style>
background-color css
<style>
a { background-color: #5CE6BD; }
a { background-color: rgb(92,230,189); }
div.DivClassName
{
background-color: #5CE6BD;
}
.BgClassName
{
background-color: #5CE6BD;
}
</style>
border-color css
<style>
span { border-color: #5CE6BD; }
span { border-color: rgb(92,230,189); }
td.TdClassName
{
border-color: #5CE6BD;
}
.TagClassName
{
border-color: #5CE6BD;
}
</style>