Shades of Downy #5DF6BB
Tints of Downy #5DF6BB
RGB
CMYK
RGB Variations
Color information
#5DF6BB (or 0x5DF6BB) is known color: Downy. HEX triplet: 5D, F6 and BB. RGB value is (93,246,187). Sum of RGB (Red+Green+Blue) = 93+246+187=526 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.68% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF6BB is #A20944. Grayscale: #C1C1C1. Windows color (decimal): -10619205 or 12318301. OLE color: 12318301.
HSL color Cylindrical-coordinate representation of color #5DF6BB: hue angle of 156.86º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF6BB is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 246 | 187 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.04 |
| HSL | 156.86º | 0.89% | 0.66% | - |
| HSV(B) | 156.86º | 0.62% | 0.96% | - |
| XYZ | 46.44 | 71.83 | 58.43 | - |
| YUV | 193.53 | 124.31 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 246 | 187 | 0.62 | 0 | 0.24 | 0.04 | 156.86 | 0.89 | 0.66 |
| Hex | 5D | F6 | BB | 3E | 0 | 18 | 4 | 9D | 59 | 42 |
| Octal | 135 | 366 | 273 | 76 | 0 | 30 | 4 | 235 | 131 | 102 |
| Binary | 1011101 | 11110110 | 10111011 | 111110 | 0 | 11000 | 100 | 10011101 | 1011001 | 1000010 |
Color Harmonies of #5DF6BB
Complementary color
Monochromatic Colors of #5DF6BB
Black with #5DF6BB
Text Example
Text Example
White with #5DF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF6BB; }
p { color: rgb(93,246,187); }
H1.HeaderClassName
{
color: #5DF6BB;
}
.AnyTagClassName
{
color: #5DF6BB;
}
</style>
background-color css
<style>
a { background-color: #5DF6BB; }
a { background-color: rgb(93,246,187); }
div.DivClassName
{
background-color: #5DF6BB;
}
.BgClassName
{
background-color: #5DF6BB;
}
</style>
border-color css
<style>
span { border-color: #5DF6BB; }
span { border-color: rgb(93,246,187); }
td.TdClassName
{
border-color: #5DF6BB;
}
.TagClassName
{
border-color: #5DF6BB;
}
</style>