Shades of Downy #5CDCBC
Tints of Downy #5CDCBC
RGB
CMYK
RGB Variations
Color information
#5CDCBC (or 0x5CDCBC) is known color: Downy. HEX triplet: 5C, DC and BC. RGB value is (92,220,188). Sum of RGB (Red+Green+Blue) = 92+220+188=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCBC is #A32343. Grayscale: #B2B2B2. Windows color (decimal): -10691396 or 12377180. OLE color: 12377180.
HSL color Cylindrical-coordinate representation of color #5CDCBC: hue angle of 165º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCBC is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 188 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.14 |
| HSL | 165º | 0.65% | 0.61% | - |
| HSV(B) | 165º | 0.58% | 0.86% | - |
| XYZ | 39.08 | 57.09 | 56.54 | - |
| YUV | 178.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 188 | 0.58 | 0 | 0.15 | 0.14 | 165 | 0.65 | 0.61 |
| Hex | 5C | DC | BC | 3A | 0 | F | E | A5 | 41 | 3D |
| Octal | 134 | 334 | 274 | 72 | 0 | 17 | 16 | 245 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10111100 | 111010 | 0 | 1111 | 1110 | 10100101 | 1000001 | 111101 |
Color Harmonies of #5CDCBC
Complementary color
Monochromatic Colors of #5CDCBC
Black with #5CDCBC
Text Example
Text Example
White with #5CDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCBC; }
p { color: rgb(92,220,188); }
H1.HeaderClassName
{
color: #5CDCBC;
}
.AnyTagClassName
{
color: #5CDCBC;
}
</style>
background-color css
<style>
a { background-color: #5CDCBC; }
a { background-color: rgb(92,220,188); }
div.DivClassName
{
background-color: #5CDCBC;
}
.BgClassName
{
background-color: #5CDCBC;
}
</style>
border-color css
<style>
span { border-color: #5CDCBC; }
span { border-color: rgb(92,220,188); }
td.TdClassName
{
border-color: #5CDCBC;
}
.TagClassName
{
border-color: #5CDCBC;
}
</style>