Shades of Downy #5DDBBA
Tints of Downy #5DDBBA
RGB
CMYK
RGB Variations
Color information
#5DDBBA (or 0x5DDBBA) is known color: Downy. HEX triplet: 5D, DB and BA. RGB value is (93,219,186). Sum of RGB (Red+Green+Blue) = 93+219+186=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBBA is #A22445. Grayscale: #B1B1B1. Windows color (decimal): -10626118 or 12245853. OLE color: 12245853.
HSL color Cylindrical-coordinate representation of color #5DDBBA: hue angle of 164.29º degrees, saturation: 0.64, 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 #5DDBBA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 186 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.14 |
| HSL | 164.29º | 0.64% | 0.61% | - |
| HSV(B) | 164.29º | 0.58% | 0.86% | - |
| XYZ | 38.71 | 56.54 | 55.33 | - |
| YUV | 177.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 186 | 0.58 | 0 | 0.15 | 0.14 | 164.29 | 0.64 | 0.61 |
| Hex | 5D | DB | BA | 3A | 0 | F | E | A4 | 40 | 3D |
| Octal | 135 | 333 | 272 | 72 | 0 | 17 | 16 | 244 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10111010 | 111010 | 0 | 1111 | 1110 | 10100100 | 1000000 | 111101 |
Color Harmonies of #5DDBBA
Complementary color
Monochromatic Colors of #5DDBBA
Black with #5DDBBA
Text Example
Text Example
White with #5DDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBBA; }
p { color: rgb(93,219,186); }
H1.HeaderClassName
{
color: #5DDBBA;
}
.AnyTagClassName
{
color: #5DDBBA;
}
</style>
background-color css
<style>
a { background-color: #5DDBBA; }
a { background-color: rgb(93,219,186); }
div.DivClassName
{
background-color: #5DDBBA;
}
.BgClassName
{
background-color: #5DDBBA;
}
</style>
border-color css
<style>
span { border-color: #5DDBBA; }
span { border-color: rgb(93,219,186); }
td.TdClassName
{
border-color: #5DDBBA;
}
.TagClassName
{
border-color: #5DDBBA;
}
</style>