Shades of Downy #5FE1CF
Tints of Downy #5FE1CF
RGB
CMYK
RGB Variations
Color information
#5FE1CF (or 0x5FE1CF) is known color: Downy. HEX triplet: 5F, E1 and CF. RGB value is (95,225,207). Sum of RGB (Red+Green+Blue) = 95+225+207=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE1CF is #A01E30. Grayscale: #B8B8B8. Windows color (decimal): -10493489 or 13623647. OLE color: 13623647.
HSL color Cylindrical-coordinate representation of color #5FE1CF: hue angle of 171.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE1CF is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 207 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.12 |
| HSL | 171.69º | 0.68% | 0.63% | - |
| HSV(B) | 171.69º | 0.58% | 0.88% | - |
| XYZ | 42.91 | 60.79 | 68.5 | - |
| YUV | 184.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 207 | 0.58 | 0 | 0.08 | 0.12 | 171.69 | 0.68 | 0.63 |
| Hex | 5F | E1 | CF | 3A | 0 | 8 | C | AC | 44 | 3F |
| Octal | 137 | 341 | 317 | 72 | 0 | 10 | 14 | 254 | 104 | 77 |
| Binary | 1011111 | 11100001 | 11001111 | 111010 | 0 | 1000 | 1100 | 10101100 | 1000100 | 111111 |
Color Harmonies of #5FE1CF
Complementary color
Monochromatic Colors of #5FE1CF
Black with #5FE1CF
Text Example
Text Example
White with #5FE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE1CF; }
p { color: rgb(95,225,207); }
H1.HeaderClassName
{
color: #5FE1CF;
}
.AnyTagClassName
{
color: #5FE1CF;
}
</style>
background-color css
<style>
a { background-color: #5FE1CF; }
a { background-color: rgb(95,225,207); }
div.DivClassName
{
background-color: #5FE1CF;
}
.BgClassName
{
background-color: #5FE1CF;
}
</style>
border-color css
<style>
span { border-color: #5FE1CF; }
span { border-color: rgb(95,225,207); }
td.TdClassName
{
border-color: #5FE1CF;
}
.TagClassName
{
border-color: #5FE1CF;
}
</style>