Shades of Downy #5FECCB
Tints of Downy #5FECCB
RGB
CMYK
RGB Variations
Color information
#5FECCB (or 0x5FECCB) is known color: Downy. HEX triplet: 5F, EC and CB. RGB value is (95,236,203). Sum of RGB (Red+Green+Blue) = 95+236+203=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECCB is #A01334. Grayscale: #BEBEBE. Windows color (decimal): -10490677 or 13364319. OLE color: 13364319.
HSL color Cylindrical-coordinate representation of color #5FECCB: hue angle of 165.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECCB is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 203 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.07 |
| HSL | 165.96º | 0.79% | 0.65% | - |
| HSV(B) | 165.96º | 0.6% | 0.93% | - |
| XYZ | 45.49 | 66.74 | 66.98 | - |
| YUV | 190.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 203 | 0.60 | 0 | 0.14 | 0.07 | 165.96 | 0.79 | 0.65 |
| Hex | 5F | EC | CB | 3C | 0 | E | 7 | A6 | 4F | 41 |
| Octal | 137 | 354 | 313 | 74 | 0 | 16 | 7 | 246 | 117 | 101 |
| Binary | 1011111 | 11101100 | 11001011 | 111100 | 0 | 1110 | 111 | 10100110 | 1001111 | 1000001 |
Color Harmonies of #5FECCB
Complementary color
Monochromatic Colors of #5FECCB
Black with #5FECCB
Text Example
Text Example
White with #5FECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECCB; }
p { color: rgb(95,236,203); }
H1.HeaderClassName
{
color: #5FECCB;
}
.AnyTagClassName
{
color: #5FECCB;
}
</style>
background-color css
<style>
a { background-color: #5FECCB; }
a { background-color: rgb(95,236,203); }
div.DivClassName
{
background-color: #5FECCB;
}
.BgClassName
{
background-color: #5FECCB;
}
</style>
border-color css
<style>
span { border-color: #5FECCB; }
span { border-color: rgb(95,236,203); }
td.TdClassName
{
border-color: #5FECCB;
}
.TagClassName
{
border-color: #5FECCB;
}
</style>