Shades of Downy #5BF3BA
Tints of Downy #5BF3BA
RGB
CMYK
RGB Variations
Color information
#5BF3BA (or 0x5BF3BA) is known color: Downy. HEX triplet: 5B, F3 and BA. RGB value is (91,243,186). Sum of RGB (Red+Green+Blue) = 91+243+186=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF3BA is #A40C45. Grayscale: #BFBFBF. Windows color (decimal): -10751046 or 12251995. OLE color: 12251995.
HSL color Cylindrical-coordinate representation of color #5BF3BA: hue angle of 157.5º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF3BA is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 243 | 186 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.05 |
| HSL | 157.5º | 0.86% | 0.65% | - |
| HSV(B) | 157.5º | 0.63% | 0.95% | - |
| XYZ | 45.23 | 69.87 | 57.56 | - |
| YUV | 191.05 | 125.14 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 243 | 186 | 0.63 | 0 | 0.23 | 0.05 | 157.5 | 0.86 | 0.65 |
| Hex | 5B | F3 | BA | 3F | 0 | 17 | 5 | 9E | 56 | 41 |
| Octal | 133 | 363 | 272 | 77 | 0 | 27 | 5 | 236 | 126 | 101 |
| Binary | 1011011 | 11110011 | 10111010 | 111111 | 0 | 10111 | 101 | 10011110 | 1010110 | 1000001 |
Color Harmonies of #5BF3BA
Complementary color
Monochromatic Colors of #5BF3BA
Black with #5BF3BA
Text Example
Text Example
White with #5BF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF3BA; }
p { color: rgb(91,243,186); }
H1.HeaderClassName
{
color: #5BF3BA;
}
.AnyTagClassName
{
color: #5BF3BA;
}
</style>
background-color css
<style>
a { background-color: #5BF3BA; }
a { background-color: rgb(91,243,186); }
div.DivClassName
{
background-color: #5BF3BA;
}
.BgClassName
{
background-color: #5BF3BA;
}
</style>
border-color css
<style>
span { border-color: #5BF3BA; }
span { border-color: rgb(91,243,186); }
td.TdClassName
{
border-color: #5BF3BA;
}
.TagClassName
{
border-color: #5BF3BA;
}
</style>