Shades of Downy #5CE3B9
Tints of Downy #5CE3B9
RGB
CMYK
RGB Variations
Color information
#5CE3B9 (or 0x5CE3B9) is known color: Downy. HEX triplet: 5C, E3 and B9. RGB value is (92,227,185). Sum of RGB (Red+Green+Blue) = 92+227+185=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #5CE3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE3B9 is #A31C46. Grayscale: #B5B5B5. Windows color (decimal): -10689607 or 12182364. OLE color: 12182364.
HSL color Cylindrical-coordinate representation of color #5CE3B9: hue angle of 161.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE3B9 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 227 | 185 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.11 |
| HSL | 161.33º | 0.71% | 0.63% | - |
| HSV(B) | 161.33º | 0.59% | 0.89% | - |
| XYZ | 40.64 | 60.72 | 55.48 | - |
| YUV | 181.85 | 129.77 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 227 | 185 | 0.59 | 0 | 0.19 | 0.11 | 161.33 | 0.71 | 0.63 |
| Hex | 5C | E3 | B9 | 3B | 0 | 13 | B | A1 | 47 | 3F |
| Octal | 134 | 343 | 271 | 73 | 0 | 23 | 13 | 241 | 107 | 77 |
| Binary | 1011100 | 11100011 | 10111001 | 111011 | 0 | 10011 | 1011 | 10100001 | 1000111 | 111111 |
Color Harmonies of #5CE3B9
Complementary color
Monochromatic Colors of #5CE3B9
Black with #5CE3B9
Text Example
Text Example
White with #5CE3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE3B9; }
p { color: rgb(92,227,185); }
H1.HeaderClassName
{
color: #5CE3B9;
}
.AnyTagClassName
{
color: #5CE3B9;
}
</style>
background-color css
<style>
a { background-color: #5CE3B9; }
a { background-color: rgb(92,227,185); }
div.DivClassName
{
background-color: #5CE3B9;
}
.BgClassName
{
background-color: #5CE3B9;
}
</style>
border-color css
<style>
span { border-color: #5CE3B9; }
span { border-color: rgb(92,227,185); }
td.TdClassName
{
border-color: #5CE3B9;
}
.TagClassName
{
border-color: #5CE3B9;
}
</style>