Shades of Downy #5BE7BA
Tints of Downy #5BE7BA
RGB
CMYK
RGB Variations
Color information
#5BE7BA (or 0x5BE7BA) is known color: Downy. HEX triplet: 5B, E7 and BA. RGB value is (91,231,186). Sum of RGB (Red+Green+Blue) = 91+231+186=508 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.91% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE7BA is #A41845. Grayscale: #B8B8B8. Windows color (decimal): -10754118 or 12248923. OLE color: 12248923.
HSL color Cylindrical-coordinate representation of color #5BE7BA: hue angle of 160.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE7BA is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 231 | 186 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.09 |
| HSL | 160.71º | 0.74% | 0.63% | - |
| HSV(B) | 160.71º | 0.61% | 0.91% | - |
| XYZ | 41.75 | 62.92 | 56.4 | - |
| YUV | 184.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 231 | 186 | 0.61 | 0 | 0.19 | 0.09 | 160.71 | 0.74 | 0.63 |
| Hex | 5B | E7 | BA | 3D | 0 | 13 | 9 | A1 | 4A | 3F |
| Octal | 133 | 347 | 272 | 75 | 0 | 23 | 11 | 241 | 112 | 77 |
| Binary | 1011011 | 11100111 | 10111010 | 111101 | 0 | 10011 | 1001 | 10100001 | 1001010 | 111111 |
Color Harmonies of #5BE7BA
Complementary color
Monochromatic Colors of #5BE7BA
Black with #5BE7BA
Text Example
Text Example
White with #5BE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE7BA; }
p { color: rgb(91,231,186); }
H1.HeaderClassName
{
color: #5BE7BA;
}
.AnyTagClassName
{
color: #5BE7BA;
}
</style>
background-color css
<style>
a { background-color: #5BE7BA; }
a { background-color: rgb(91,231,186); }
div.DivClassName
{
background-color: #5BE7BA;
}
.BgClassName
{
background-color: #5BE7BA;
}
</style>
border-color css
<style>
span { border-color: #5BE7BA; }
span { border-color: rgb(91,231,186); }
td.TdClassName
{
border-color: #5BE7BA;
}
.TagClassName
{
border-color: #5BE7BA;
}
</style>