Shades of Downy #5CDABA
Tints of Downy #5CDABA
RGB
CMYK
RGB Variations
Color information
#5CDABA (or 0x5CDABA) is known color: Downy. HEX triplet: 5C, DA and BA. RGB value is (92,218,186). Sum of RGB (Red+Green+Blue) = 92+218+186=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDABA is #A32545. Grayscale: #B0B0B0. Windows color (decimal): -10691910 or 12245596. OLE color: 12245596.
HSL color Cylindrical-coordinate representation of color #5CDABA: hue angle of 164.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDABA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 186 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.15 |
| HSL | 164.76º | 0.63% | 0.61% | - |
| HSV(B) | 164.76º | 0.58% | 0.85% | - |
| XYZ | 38.35 | 55.96 | 55.24 | - |
| YUV | 176.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 186 | 0.58 | 0 | 0.15 | 0.15 | 164.76 | 0.63 | 0.61 |
| Hex | 5C | DA | BA | 3A | 0 | F | F | A5 | 3F | 3D |
| Octal | 134 | 332 | 272 | 72 | 0 | 17 | 17 | 245 | 77 | 75 |
| Binary | 1011100 | 11011010 | 10111010 | 111010 | 0 | 1111 | 1111 | 10100101 | 111111 | 111101 |
Color Harmonies of #5CDABA
Complementary color
Monochromatic Colors of #5CDABA
Black with #5CDABA
Text Example
Text Example
White with #5CDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDABA; }
p { color: rgb(92,218,186); }
H1.HeaderClassName
{
color: #5CDABA;
}
.AnyTagClassName
{
color: #5CDABA;
}
</style>
background-color css
<style>
a { background-color: #5CDABA; }
a { background-color: rgb(92,218,186); }
div.DivClassName
{
background-color: #5CDABA;
}
.BgClassName
{
background-color: #5CDABA;
}
</style>
border-color css
<style>
span { border-color: #5CDABA; }
span { border-color: rgb(92,218,186); }
td.TdClassName
{
border-color: #5CDABA;
}
.TagClassName
{
border-color: #5CDABA;
}
</style>