Shades of Downy #5CF3BC
Tints of Downy #5CF3BC
RGB
CMYK
RGB Variations
Color information
#5CF3BC (or 0x5CF3BC) is known color: Downy. HEX triplet: 5C, F3 and BC. RGB value is (92,243,188). Sum of RGB (Red+Green+Blue) = 92+243+188=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #5CF3BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF3BC is #A30C43. Grayscale: #BFBFBF. Windows color (decimal): -10685508 or 12383068. OLE color: 12383068.
HSL color Cylindrical-coordinate representation of color #5CF3BC: hue angle of 158.15º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF3BC is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 243 | 188 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.05 |
| HSL | 158.15º | 0.86% | 0.66% | - |
| HSV(B) | 158.15º | 0.62% | 0.95% | - |
| XYZ | 45.54 | 70.01 | 58.69 | - |
| YUV | 191.58 | 125.97 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 243 | 188 | 0.62 | 0 | 0.23 | 0.05 | 158.15 | 0.86 | 0.66 |
| Hex | 5C | F3 | BC | 3E | 0 | 17 | 5 | 9E | 56 | 42 |
| Octal | 134 | 363 | 274 | 76 | 0 | 27 | 5 | 236 | 126 | 102 |
| Binary | 1011100 | 11110011 | 10111100 | 111110 | 0 | 10111 | 101 | 10011110 | 1010110 | 1000010 |
Color Harmonies of #5CF3BC
Complementary color
Monochromatic Colors of #5CF3BC
Black with #5CF3BC
Text Example
Text Example
White with #5CF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF3BC; }
p { color: rgb(92,243,188); }
H1.HeaderClassName
{
color: #5CF3BC;
}
.AnyTagClassName
{
color: #5CF3BC;
}
</style>
background-color css
<style>
a { background-color: #5CF3BC; }
a { background-color: rgb(92,243,188); }
div.DivClassName
{
background-color: #5CF3BC;
}
.BgClassName
{
background-color: #5CF3BC;
}
</style>
border-color css
<style>
span { border-color: #5CF3BC; }
span { border-color: rgb(92,243,188); }
td.TdClassName
{
border-color: #5CF3BC;
}
.TagClassName
{
border-color: #5CF3BC;
}
</style>