Shades of Downy #5CF6BB
Tints of Downy #5CF6BB
RGB
CMYK
RGB Variations
Color information
#5CF6BB (or 0x5CF6BB) is known color: Downy. HEX triplet: 5C, F6 and BB. RGB value is (92,246,187). Sum of RGB (Red+Green+Blue) = 92+246+187=525 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.52% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF6BB is #A30944. Grayscale: #C1C1C1. Windows color (decimal): -10684741 or 12318300. OLE color: 12318300.
HSL color Cylindrical-coordinate representation of color #5CF6BB: hue angle of 157.01º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF6BB is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 187 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.04 |
| HSL | 157.01º | 0.9% | 0.66% | - |
| HSV(B) | 157.01º | 0.63% | 0.96% | - |
| XYZ | 46.34 | 71.77 | 58.43 | - |
| YUV | 193.23 | 124.48 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 187 | 0.63 | 0 | 0.24 | 0.04 | 157.01 | 0.9 | 0.66 |
| Hex | 5C | F6 | BB | 3F | 0 | 18 | 4 | 9D | 5A | 42 |
| Octal | 134 | 366 | 273 | 77 | 0 | 30 | 4 | 235 | 132 | 102 |
| Binary | 1011100 | 11110110 | 10111011 | 111111 | 0 | 11000 | 100 | 10011101 | 1011010 | 1000010 |
Color Harmonies of #5CF6BB
Complementary color
Monochromatic Colors of #5CF6BB
Black with #5CF6BB
Text Example
Text Example
White with #5CF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF6BB; }
p { color: rgb(92,246,187); }
H1.HeaderClassName
{
color: #5CF6BB;
}
.AnyTagClassName
{
color: #5CF6BB;
}
</style>
background-color css
<style>
a { background-color: #5CF6BB; }
a { background-color: rgb(92,246,187); }
div.DivClassName
{
background-color: #5CF6BB;
}
.BgClassName
{
background-color: #5CF6BB;
}
</style>
border-color css
<style>
span { border-color: #5CF6BB; }
span { border-color: rgb(92,246,187); }
td.TdClassName
{
border-color: #5CF6BB;
}
.TagClassName
{
border-color: #5CF6BB;
}
</style>