Shades of Downy #5FEACF
Tints of Downy #5FEACF
RGB
CMYK
RGB Variations
Color information
#5FEACF (or 0x5FEACF) is known color: Downy. HEX triplet: 5F, EA and CF. RGB value is (95,234,207). Sum of RGB (Red+Green+Blue) = 95+234+207=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEACF is #A01530. Grayscale: #BDBDBD. Windows color (decimal): -10491185 or 13625951. OLE color: 13625951.
HSL color Cylindrical-coordinate representation of color #5FEACF: hue angle of 168.35º 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 #5FEACF is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 207 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.08 |
| HSL | 168.35º | 0.77% | 0.65% | - |
| HSV(B) | 168.35º | 0.59% | 0.92% | - |
| XYZ | 45.4 | 65.78 | 69.34 | - |
| YUV | 189.36 | 137.95 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 207 | 0.59 | 0 | 0.12 | 0.08 | 168.35 | 0.77 | 0.65 |
| Hex | 5F | EA | CF | 3B | 0 | C | 8 | A8 | 4D | 41 |
| Octal | 137 | 352 | 317 | 73 | 0 | 14 | 10 | 250 | 115 | 101 |
| Binary | 1011111 | 11101010 | 11001111 | 111011 | 0 | 1100 | 1000 | 10101000 | 1001101 | 1000001 |
Color Harmonies of #5FEACF
Complementary color
Monochromatic Colors of #5FEACF
Black with #5FEACF
Text Example
Text Example
White with #5FEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEACF; }
p { color: rgb(95,234,207); }
H1.HeaderClassName
{
color: #5FEACF;
}
.AnyTagClassName
{
color: #5FEACF;
}
</style>
background-color css
<style>
a { background-color: #5FEACF; }
a { background-color: rgb(95,234,207); }
div.DivClassName
{
background-color: #5FEACF;
}
.BgClassName
{
background-color: #5FEACF;
}
</style>
border-color css
<style>
span { border-color: #5FEACF; }
span { border-color: rgb(95,234,207); }
td.TdClassName
{
border-color: #5FEACF;
}
.TagClassName
{
border-color: #5FEACF;
}
</style>