Shades of Downy #5CDDBC
Tints of Downy #5CDDBC
RGB
CMYK
RGB Variations
Color information
#5CDDBC (or 0x5CDDBC) is known color: Downy. HEX triplet: 5C, DD and BC. RGB value is (92,221,188). Sum of RGB (Red+Green+Blue) = 92+221+188=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDBC is #A32243. Grayscale: #B2B2B2. Windows color (decimal): -10691140 or 12377436. OLE color: 12377436.
HSL color Cylindrical-coordinate representation of color #5CDDBC: hue angle of 164.65º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDBC is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 188 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.13 |
| HSL | 164.65º | 0.65% | 0.61% | - |
| HSV(B) | 164.65º | 0.58% | 0.87% | - |
| XYZ | 39.35 | 57.62 | 56.62 | - |
| YUV | 178.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 188 | 0.58 | 0 | 0.15 | 0.13 | 164.65 | 0.65 | 0.61 |
| Hex | 5C | DD | BC | 3A | 0 | F | D | A5 | 41 | 3D |
| Octal | 134 | 335 | 274 | 72 | 0 | 17 | 15 | 245 | 101 | 75 |
| Binary | 1011100 | 11011101 | 10111100 | 111010 | 0 | 1111 | 1101 | 10100101 | 1000001 | 111101 |
Color Harmonies of #5CDDBC
Complementary color
Monochromatic Colors of #5CDDBC
Black with #5CDDBC
Text Example
Text Example
White with #5CDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDBC; }
p { color: rgb(92,221,188); }
H1.HeaderClassName
{
color: #5CDDBC;
}
.AnyTagClassName
{
color: #5CDDBC;
}
</style>
background-color css
<style>
a { background-color: #5CDDBC; }
a { background-color: rgb(92,221,188); }
div.DivClassName
{
background-color: #5CDDBC;
}
.BgClassName
{
background-color: #5CDDBC;
}
</style>
border-color css
<style>
span { border-color: #5CDDBC; }
span { border-color: rgb(92,221,188); }
td.TdClassName
{
border-color: #5CDDBC;
}
.TagClassName
{
border-color: #5CDDBC;
}
</style>