Shades of Downy #5DCCBA
Tints of Downy #5DCCBA
RGB
CMYK
RGB Variations
Color information
#5DCCBA (or 0x5DCCBA) is known color: Downy. HEX triplet: 5D, CC and BA. RGB value is (93,204,186). Sum of RGB (Red+Green+Blue) = 93+204+186=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCBA is #A23345. Grayscale: #A8A8A8. Windows color (decimal): -10629958 or 12242013. OLE color: 12242013.
HSL color Cylindrical-coordinate representation of color #5DCCBA: hue angle of 170.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCBA is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 186 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.2 |
| HSL | 170.27º | 0.52% | 0.58% | - |
| HSV(B) | 170.27º | 0.54% | 0.8% | - |
| XYZ | 34.97 | 49.06 | 54.08 | - |
| YUV | 168.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 186 | 0.54 | 0 | 0.09 | 0.2 | 170.27 | 0.52 | 0.58 |
| Hex | 5D | CC | BA | 36 | 0 | 9 | 14 | AA | 34 | 3A |
| Octal | 135 | 314 | 272 | 66 | 0 | 11 | 24 | 252 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10111010 | 110110 | 0 | 1001 | 10100 | 10101010 | 110100 | 111010 |
Color Harmonies of #5DCCBA
Complementary color
Monochromatic Colors of #5DCCBA
Black with #5DCCBA
Text Example
Text Example
White with #5DCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCBA; }
p { color: rgb(93,204,186); }
H1.HeaderClassName
{
color: #5DCCBA;
}
.AnyTagClassName
{
color: #5DCCBA;
}
</style>
background-color css
<style>
a { background-color: #5DCCBA; }
a { background-color: rgb(93,204,186); }
div.DivClassName
{
background-color: #5DCCBA;
}
.BgClassName
{
background-color: #5DCCBA;
}
</style>
border-color css
<style>
span { border-color: #5DCCBA; }
span { border-color: rgb(93,204,186); }
td.TdClassName
{
border-color: #5DCCBA;
}
.TagClassName
{
border-color: #5DCCBA;
}
</style>