Shades of Downy #5CE9BA
Tints of Downy #5CE9BA
RGB
CMYK
RGB Variations
Color information
#5CE9BA (or 0x5CE9BA) is known color: Downy. HEX triplet: 5C, E9 and BA. RGB value is (92,233,186). Sum of RGB (Red+Green+Blue) = 92+233+186=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE9BA is #A31645. Grayscale: #B9B9B9. Windows color (decimal): -10688070 or 12249436. OLE color: 12249436.
HSL color Cylindrical-coordinate representation of color #5CE9BA: hue angle of 160º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CE9BA is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 186 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.09 |
| HSL | 160º | 0.76% | 0.64% | - |
| HSV(B) | 160º | 0.61% | 0.91% | - |
| XYZ | 42.42 | 64.1 | 56.59 | - |
| YUV | 185.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 186 | 0.61 | 0 | 0.20 | 0.09 | 160 | 0.76 | 0.64 |
| Hex | 5C | E9 | BA | 3D | 0 | 14 | 9 | A0 | 4C | 40 |
| Octal | 134 | 351 | 272 | 75 | 0 | 24 | 11 | 240 | 114 | 100 |
| Binary | 1011100 | 11101001 | 10111010 | 111101 | 0 | 10100 | 1001 | 10100000 | 1001100 | 1000000 |
Color Harmonies of #5CE9BA
Complementary color
Monochromatic Colors of #5CE9BA
Black with #5CE9BA
Text Example
Text Example
White with #5CE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE9BA; }
p { color: rgb(92,233,186); }
H1.HeaderClassName
{
color: #5CE9BA;
}
.AnyTagClassName
{
color: #5CE9BA;
}
</style>
background-color css
<style>
a { background-color: #5CE9BA; }
a { background-color: rgb(92,233,186); }
div.DivClassName
{
background-color: #5CE9BA;
}
.BgClassName
{
background-color: #5CE9BA;
}
</style>
border-color css
<style>
span { border-color: #5CE9BA; }
span { border-color: rgb(92,233,186); }
td.TdClassName
{
border-color: #5CE9BA;
}
.TagClassName
{
border-color: #5CE9BA;
}
</style>