Shades of Downy #5FDFCF
Tints of Downy #5FDFCF
RGB
CMYK
RGB Variations
Color information
#5FDFCF (or 0x5FDFCF) is known color: Downy. HEX triplet: 5F, DF and CF. RGB value is (95,223,207). Sum of RGB (Red+Green+Blue) = 95+223+207=525 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.10% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFCF is #A02030. Grayscale: #B6B6B6. Windows color (decimal): -10494001 or 13623135. OLE color: 13623135.
HSL color Cylindrical-coordinate representation of color #5FDFCF: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDFCF is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 207 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.13 |
| HSL | 172.5º | 0.67% | 0.62% | - |
| HSV(B) | 172.5º | 0.57% | 0.87% | - |
| XYZ | 42.37 | 59.71 | 68.32 | - |
| YUV | 182.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 207 | 0.57 | 0 | 0.07 | 0.13 | 172.5 | 0.67 | 0.62 |
| Hex | 5F | DF | CF | 39 | 0 | 7 | D | AC | 43 | 3E |
| Octal | 137 | 337 | 317 | 71 | 0 | 7 | 15 | 254 | 103 | 76 |
| Binary | 1011111 | 11011111 | 11001111 | 111001 | 0 | 111 | 1101 | 10101100 | 1000011 | 111110 |
Color Harmonies of #5FDFCF
Complementary color
Monochromatic Colors of #5FDFCF
Black with #5FDFCF
Text Example
Text Example
White with #5FDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFCF; }
p { color: rgb(95,223,207); }
H1.HeaderClassName
{
color: #5FDFCF;
}
.AnyTagClassName
{
color: #5FDFCF;
}
</style>
background-color css
<style>
a { background-color: #5FDFCF; }
a { background-color: rgb(95,223,207); }
div.DivClassName
{
background-color: #5FDFCF;
}
.BgClassName
{
background-color: #5FDFCF;
}
</style>
border-color css
<style>
span { border-color: #5FDFCF; }
span { border-color: rgb(95,223,207); }
td.TdClassName
{
border-color: #5FDFCF;
}
.TagClassName
{
border-color: #5FDFCF;
}
</style>