Shades of Downy #5CF2BB
Tints of Downy #5CF2BB
RGB
CMYK
RGB Variations
Color information
#5CF2BB (or 0x5CF2BB) is known color: Downy. HEX triplet: 5C, F2 and BB. RGB value is (92,242,187). Sum of RGB (Red+Green+Blue) = 92+242+187=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF2BB is #A30D44. Grayscale: #BEBEBE. Windows color (decimal): -10685765 or 12317276. OLE color: 12317276.
HSL color Cylindrical-coordinate representation of color #5CF2BB: hue angle of 158º degrees, saturation: 0.85, 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 #5CF2BB is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 187 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.05 |
| HSL | 158º | 0.85% | 0.65% | - |
| HSV(B) | 158º | 0.62% | 0.95% | - |
| XYZ | 45.14 | 69.37 | 58.02 | - |
| YUV | 190.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 187 | 0.62 | 0 | 0.23 | 0.05 | 158 | 0.85 | 0.65 |
| Hex | 5C | F2 | BB | 3E | 0 | 17 | 5 | 9E | 55 | 41 |
| Octal | 134 | 362 | 273 | 76 | 0 | 27 | 5 | 236 | 125 | 101 |
| Binary | 1011100 | 11110010 | 10111011 | 111110 | 0 | 10111 | 101 | 10011110 | 1010101 | 1000001 |
Color Harmonies of #5CF2BB
Complementary color
Monochromatic Colors of #5CF2BB
Black with #5CF2BB
Text Example
Text Example
White with #5CF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF2BB; }
p { color: rgb(92,242,187); }
H1.HeaderClassName
{
color: #5CF2BB;
}
.AnyTagClassName
{
color: #5CF2BB;
}
</style>
background-color css
<style>
a { background-color: #5CF2BB; }
a { background-color: rgb(92,242,187); }
div.DivClassName
{
background-color: #5CF2BB;
}
.BgClassName
{
background-color: #5CF2BB;
}
</style>
border-color css
<style>
span { border-color: #5CF2BB; }
span { border-color: rgb(92,242,187); }
td.TdClassName
{
border-color: #5CF2BB;
}
.TagClassName
{
border-color: #5CF2BB;
}
</style>