Shades of Downy #5CE2BE
Tints of Downy #5CE2BE
RGB
CMYK
RGB Variations
Color information
#5CE2BE (or 0x5CE2BE) is known color: Downy. HEX triplet: 5C, E2 and BE. RGB value is (92,226,190). Sum of RGB (Red+Green+Blue) = 92+226+190=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #5CE2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE2BE is #A31D41. Grayscale: #B5B5B5. Windows color (decimal): -10689858 or 12509788. OLE color: 12509788.
HSL color Cylindrical-coordinate representation of color #5CE2BE: hue angle of 163.88º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE2BE is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 226 | 190 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.11 |
| HSL | 163.88º | 0.7% | 0.62% | - |
| HSV(B) | 163.88º | 0.59% | 0.89% | - |
| XYZ | 40.9 | 60.39 | 58.21 | - |
| YUV | 181.83 | 132.61 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 190 | 0.59 | 0 | 0.16 | 0.11 | 163.88 | 0.7 | 0.62 |
| Hex | 5C | E2 | BE | 3B | 0 | 10 | B | A4 | 46 | 3E |
| Octal | 134 | 342 | 276 | 73 | 0 | 20 | 13 | 244 | 106 | 76 |
| Binary | 1011100 | 11100010 | 10111110 | 111011 | 0 | 10000 | 1011 | 10100100 | 1000110 | 111110 |
Color Harmonies of #5CE2BE
Complementary color
Monochromatic Colors of #5CE2BE
Black with #5CE2BE
Text Example
Text Example
White with #5CE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE2BE; }
p { color: rgb(92,226,190); }
H1.HeaderClassName
{
color: #5CE2BE;
}
.AnyTagClassName
{
color: #5CE2BE;
}
</style>
background-color css
<style>
a { background-color: #5CE2BE; }
a { background-color: rgb(92,226,190); }
div.DivClassName
{
background-color: #5CE2BE;
}
.BgClassName
{
background-color: #5CE2BE;
}
</style>
border-color css
<style>
span { border-color: #5CE2BE; }
span { border-color: rgb(92,226,190); }
td.TdClassName
{
border-color: #5CE2BE;
}
.TagClassName
{
border-color: #5CE2BE;
}
</style>