Shades of Downy #5FDFCC
Tints of Downy #5FDFCC
RGB
CMYK
RGB Variations
Color information
#5FDFCC (or 0x5FDFCC) is known color: Downy. HEX triplet: 5F, DF and CC. RGB value is (95,223,204). Sum of RGB (Red+Green+Blue) = 95+223+204=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFCC is #A02033. Grayscale: #B6B6B6. Windows color (decimal): -10494004 or 13426527. OLE color: 13426527.
HSL color Cylindrical-coordinate representation of color #5FDFCC: hue angle of 171.09º 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 #5FDFCC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 204 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.13 |
| HSL | 171.09º | 0.67% | 0.62% | - |
| HSV(B) | 171.09º | 0.57% | 0.87% | - |
| XYZ | 42.01 | 59.57 | 66.41 | - |
| YUV | 182.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 204 | 0.57 | 0 | 0.09 | 0.13 | 171.09 | 0.67 | 0.62 |
| Hex | 5F | DF | CC | 39 | 0 | 9 | D | AB | 43 | 3E |
| Octal | 137 | 337 | 314 | 71 | 0 | 11 | 15 | 253 | 103 | 76 |
| Binary | 1011111 | 11011111 | 11001100 | 111001 | 0 | 1001 | 1101 | 10101011 | 1000011 | 111110 |
Color Harmonies of #5FDFCC
Complementary color
Monochromatic Colors of #5FDFCC
Black with #5FDFCC
Text Example
Text Example
White with #5FDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFCC; }
p { color: rgb(95,223,204); }
H1.HeaderClassName
{
color: #5FDFCC;
}
.AnyTagClassName
{
color: #5FDFCC;
}
</style>
background-color css
<style>
a { background-color: #5FDFCC; }
a { background-color: rgb(95,223,204); }
div.DivClassName
{
background-color: #5FDFCC;
}
.BgClassName
{
background-color: #5FDFCC;
}
</style>
border-color css
<style>
span { border-color: #5FDFCC; }
span { border-color: rgb(95,223,204); }
td.TdClassName
{
border-color: #5FDFCC;
}
.TagClassName
{
border-color: #5FDFCC;
}
</style>