Shades of Downy #5FEACB
Tints of Downy #5FEACB
RGB
CMYK
RGB Variations
Color information
#5FEACB (or 0x5FEACB) is known color: Downy. HEX triplet: 5F, EA and CB. RGB value is (95,234,203). Sum of RGB (Red+Green+Blue) = 95+234+203=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEACB is #A01534. Grayscale: #BCBCBC. Windows color (decimal): -10491189 or 13363807. OLE color: 13363807.
HSL color Cylindrical-coordinate representation of color #5FEACB: hue angle of 166.62º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEACB is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 203 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.08 |
| HSL | 166.62º | 0.77% | 0.65% | - |
| HSV(B) | 166.62º | 0.59% | 0.92% | - |
| XYZ | 44.92 | 65.59 | 66.79 | - |
| YUV | 188.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 203 | 0.59 | 0 | 0.13 | 0.08 | 166.62 | 0.77 | 0.65 |
| Hex | 5F | EA | CB | 3B | 0 | D | 8 | A7 | 4D | 41 |
| Octal | 137 | 352 | 313 | 73 | 0 | 15 | 10 | 247 | 115 | 101 |
| Binary | 1011111 | 11101010 | 11001011 | 111011 | 0 | 1101 | 1000 | 10100111 | 1001101 | 1000001 |
Color Harmonies of #5FEACB
Complementary color
Monochromatic Colors of #5FEACB
Black with #5FEACB
Text Example
Text Example
White with #5FEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEACB; }
p { color: rgb(95,234,203); }
H1.HeaderClassName
{
color: #5FEACB;
}
.AnyTagClassName
{
color: #5FEACB;
}
</style>
background-color css
<style>
a { background-color: #5FEACB; }
a { background-color: rgb(95,234,203); }
div.DivClassName
{
background-color: #5FEACB;
}
.BgClassName
{
background-color: #5FEACB;
}
</style>
border-color css
<style>
span { border-color: #5FEACB; }
span { border-color: rgb(95,234,203); }
td.TdClassName
{
border-color: #5FEACB;
}
.TagClassName
{
border-color: #5FEACB;
}
</style>