Shades of Downy #5DCABB
Tints of Downy #5DCABB
RGB
CMYK
RGB Variations
Color information
#5DCABB (or 0x5DCABB) is known color: Downy. HEX triplet: 5D, CA and BB. RGB value is (93,202,187). Sum of RGB (Red+Green+Blue) = 93+202+187=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCABB is #A23544. Grayscale: #A7A7A7. Windows color (decimal): -10630469 or 12307037. OLE color: 12307037.
HSL color Cylindrical-coordinate representation of color #5DCABB: hue angle of 171.74º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCABB is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 187 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.21 |
| HSL | 171.74º | 0.51% | 0.58% | - |
| HSV(B) | 171.74º | 0.54% | 0.79% | - |
| XYZ | 34.6 | 48.16 | 54.48 | - |
| YUV | 167.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 187 | 0.54 | 0 | 0.07 | 0.21 | 171.74 | 0.51 | 0.58 |
| Hex | 5D | CA | BB | 36 | 0 | 7 | 15 | AC | 33 | 3A |
| Octal | 135 | 312 | 273 | 66 | 0 | 7 | 25 | 254 | 63 | 72 |
| Binary | 1011101 | 11001010 | 10111011 | 110110 | 0 | 111 | 10101 | 10101100 | 110011 | 111010 |
Color Harmonies of #5DCABB
Complementary color
Monochromatic Colors of #5DCABB
Black with #5DCABB
Text Example
Text Example
White with #5DCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCABB; }
p { color: rgb(93,202,187); }
H1.HeaderClassName
{
color: #5DCABB;
}
.AnyTagClassName
{
color: #5DCABB;
}
</style>
background-color css
<style>
a { background-color: #5DCABB; }
a { background-color: rgb(93,202,187); }
div.DivClassName
{
background-color: #5DCABB;
}
.BgClassName
{
background-color: #5DCABB;
}
</style>
border-color css
<style>
span { border-color: #5DCABB; }
span { border-color: rgb(93,202,187); }
td.TdClassName
{
border-color: #5DCABB;
}
.TagClassName
{
border-color: #5DCABB;
}
</style>