Shades of Downy #5FEBCD
Tints of Downy #5FEBCD
RGB
CMYK
RGB Variations
Color information
#5FEBCD (or 0x5FEBCD) is known color: Downy. HEX triplet: 5F, EB and CD. RGB value is (95,235,205). Sum of RGB (Red+Green+Blue) = 95+235+205=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBCD is #A01432. Grayscale: #BDBDBD. Windows color (decimal): -10490931 or 13495135. OLE color: 13495135.
HSL color Cylindrical-coordinate representation of color #5FEBCD: hue angle of 167.14º 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 #5FEBCD is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 205 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.08 |
| HSL | 167.14º | 0.78% | 0.65% | - |
| HSV(B) | 167.14º | 0.6% | 0.92% | - |
| XYZ | 45.45 | 66.26 | 68.15 | - |
| YUV | 189.72 | 136.62 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 205 | 0.60 | 0 | 0.13 | 0.08 | 167.14 | 0.78 | 0.65 |
| Hex | 5F | EB | CD | 3C | 0 | D | 8 | A7 | 4E | 41 |
| Octal | 137 | 353 | 315 | 74 | 0 | 15 | 10 | 247 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11001101 | 111100 | 0 | 1101 | 1000 | 10100111 | 1001110 | 1000001 |
Color Harmonies of #5FEBCD
Complementary color
Monochromatic Colors of #5FEBCD
Black with #5FEBCD
Text Example
Text Example
White with #5FEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBCD; }
p { color: rgb(95,235,205); }
H1.HeaderClassName
{
color: #5FEBCD;
}
.AnyTagClassName
{
color: #5FEBCD;
}
</style>
background-color css
<style>
a { background-color: #5FEBCD; }
a { background-color: rgb(95,235,205); }
div.DivClassName
{
background-color: #5FEBCD;
}
.BgClassName
{
background-color: #5FEBCD;
}
</style>
border-color css
<style>
span { border-color: #5FEBCD; }
span { border-color: rgb(95,235,205); }
td.TdClassName
{
border-color: #5FEBCD;
}
.TagClassName
{
border-color: #5FEBCD;
}
</style>