Shades of Downy #5FEBC0
Tints of Downy #5FEBC0
RGB
CMYK
RGB Variations
Color information
#5FEBC0 (or 0x5FEBC0) is known color: Downy. HEX triplet: 5F, EB and C0. RGB value is (95,235,192). Sum of RGB (Red+Green+Blue) = 95+235+192=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBC0 is #A0143F. Grayscale: #BCBCBC. Windows color (decimal): -10490944 or 12643167. OLE color: 12643167.
HSL color Cylindrical-coordinate representation of color #5FEBC0: hue angle of 161.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBC0 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 192 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.08 |
| HSL | 161.57º | 0.78% | 0.65% | - |
| HSV(B) | 161.57º | 0.6% | 0.92% | - |
| XYZ | 43.94 | 65.66 | 60.23 | - |
| YUV | 188.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 192 | 0.60 | 0 | 0.18 | 0.08 | 161.57 | 0.78 | 0.65 |
| Hex | 5F | EB | C0 | 3C | 0 | 12 | 8 | A2 | 4E | 41 |
| Octal | 137 | 353 | 300 | 74 | 0 | 22 | 10 | 242 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11000000 | 111100 | 0 | 10010 | 1000 | 10100010 | 1001110 | 1000001 |
Color Harmonies of #5FEBC0
Complementary color
Monochromatic Colors of #5FEBC0
Black with #5FEBC0
Text Example
Text Example
White with #5FEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBC0; }
p { color: rgb(95,235,192); }
H1.HeaderClassName
{
color: #5FEBC0;
}
.AnyTagClassName
{
color: #5FEBC0;
}
</style>
background-color css
<style>
a { background-color: #5FEBC0; }
a { background-color: rgb(95,235,192); }
div.DivClassName
{
background-color: #5FEBC0;
}
.BgClassName
{
background-color: #5FEBC0;
}
</style>
border-color css
<style>
span { border-color: #5FEBC0; }
span { border-color: rgb(95,235,192); }
td.TdClassName
{
border-color: #5FEBC0;
}
.TagClassName
{
border-color: #5FEBC0;
}
</style>