Shades of Downy #5CF1BA
Tints of Downy #5CF1BA
RGB
CMYK
RGB Variations
Color information
#5CF1BA (or 0x5CF1BA) is known color: Downy. HEX triplet: 5C, F1 and BA. RGB value is (92,241,186). Sum of RGB (Red+Green+Blue) = 92+241+186=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1BA is #A30E45. Grayscale: #BEBEBE. Windows color (decimal): -10686022 or 12251484. OLE color: 12251484.
HSL color Cylindrical-coordinate representation of color #5CF1BA: hue angle of 157.85º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF1BA is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 186 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.05 |
| HSL | 157.85º | 0.84% | 0.65% | - |
| HSV(B) | 157.85º | 0.62% | 0.95% | - |
| XYZ | 44.73 | 68.73 | 57.36 | - |
| YUV | 190.18 | 125.64 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 186 | 0.62 | 0 | 0.23 | 0.05 | 157.85 | 0.84 | 0.65 |
| Hex | 5C | F1 | BA | 3E | 0 | 17 | 5 | 9E | 54 | 41 |
| Octal | 134 | 361 | 272 | 76 | 0 | 27 | 5 | 236 | 124 | 101 |
| Binary | 1011100 | 11110001 | 10111010 | 111110 | 0 | 10111 | 101 | 10011110 | 1010100 | 1000001 |
Color Harmonies of #5CF1BA
Complementary color
Monochromatic Colors of #5CF1BA
Black with #5CF1BA
Text Example
Text Example
White with #5CF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF1BA; }
p { color: rgb(92,241,186); }
H1.HeaderClassName
{
color: #5CF1BA;
}
.AnyTagClassName
{
color: #5CF1BA;
}
</style>
background-color css
<style>
a { background-color: #5CF1BA; }
a { background-color: rgb(92,241,186); }
div.DivClassName
{
background-color: #5CF1BA;
}
.BgClassName
{
background-color: #5CF1BA;
}
</style>
border-color css
<style>
span { border-color: #5CF1BA; }
span { border-color: rgb(92,241,186); }
td.TdClassName
{
border-color: #5CF1BA;
}
.TagClassName
{
border-color: #5CF1BA;
}
</style>