Shades of Downy #5CDEBC
Tints of Downy #5CDEBC
RGB
CMYK
RGB Variations
Color information
#5CDEBC (or 0x5CDEBC) is known color: Downy. HEX triplet: 5C, DE and BC. RGB value is (92,222,188). Sum of RGB (Red+Green+Blue) = 92+222+188=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEBC is #A32143. Grayscale: #B3B3B3. Windows color (decimal): -10690884 or 12377692. OLE color: 12377692.
HSL color Cylindrical-coordinate representation of color #5CDEBC: hue angle of 164.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEBC is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 188 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.13 |
| HSL | 164.31º | 0.66% | 0.62% | - |
| HSV(B) | 164.31º | 0.59% | 0.87% | - |
| XYZ | 39.61 | 58.15 | 56.71 | - |
| YUV | 179.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 188 | 0.59 | 0 | 0.15 | 0.13 | 164.31 | 0.66 | 0.62 |
| Hex | 5C | DE | BC | 3B | 0 | F | D | A4 | 42 | 3E |
| Octal | 134 | 336 | 274 | 73 | 0 | 17 | 15 | 244 | 102 | 76 |
| Binary | 1011100 | 11011110 | 10111100 | 111011 | 0 | 1111 | 1101 | 10100100 | 1000010 | 111110 |
Color Harmonies of #5CDEBC
Complementary color
Monochromatic Colors of #5CDEBC
Black with #5CDEBC
Text Example
Text Example
White with #5CDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDEBC; }
p { color: rgb(92,222,188); }
H1.HeaderClassName
{
color: #5CDEBC;
}
.AnyTagClassName
{
color: #5CDEBC;
}
</style>
background-color css
<style>
a { background-color: #5CDEBC; }
a { background-color: rgb(92,222,188); }
div.DivClassName
{
background-color: #5CDEBC;
}
.BgClassName
{
background-color: #5CDEBC;
}
</style>
border-color css
<style>
span { border-color: #5CDEBC; }
span { border-color: rgb(92,222,188); }
td.TdClassName
{
border-color: #5CDEBC;
}
.TagClassName
{
border-color: #5CDEBC;
}
</style>