Shades of Downy #5FD9CC
Tints of Downy #5FD9CC
RGB
CMYK
RGB Variations
Color information
#5FD9CC (or 0x5FD9CC) is known color: Downy. HEX triplet: 5F, D9 and CC. RGB value is (95,217,204). Sum of RGB (Red+Green+Blue) = 95+217+204=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9CC is #A02633. Grayscale: #B2B2B2. Windows color (decimal): -10495540 or 13424991. OLE color: 13424991.
HSL color Cylindrical-coordinate representation of color #5FD9CC: hue angle of 173.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD9CC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 204 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.15 |
| HSL | 173.61º | 0.62% | 0.61% | - |
| HSV(B) | 173.61º | 0.56% | 0.85% | - |
| XYZ | 40.43 | 56.42 | 65.89 | - |
| YUV | 179.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 204 | 0.56 | 0 | 0.06 | 0.15 | 173.61 | 0.62 | 0.61 |
| Hex | 5F | D9 | CC | 38 | 0 | 6 | F | AE | 3E | 3D |
| Octal | 137 | 331 | 314 | 70 | 0 | 6 | 17 | 256 | 76 | 75 |
| Binary | 1011111 | 11011001 | 11001100 | 111000 | 0 | 110 | 1111 | 10101110 | 111110 | 111101 |
Color Harmonies of #5FD9CC
Complementary color
Monochromatic Colors of #5FD9CC
Black with #5FD9CC
Text Example
Text Example
White with #5FD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD9CC; }
p { color: rgb(95,217,204); }
H1.HeaderClassName
{
color: #5FD9CC;
}
.AnyTagClassName
{
color: #5FD9CC;
}
</style>
background-color css
<style>
a { background-color: #5FD9CC; }
a { background-color: rgb(95,217,204); }
div.DivClassName
{
background-color: #5FD9CC;
}
.BgClassName
{
background-color: #5FD9CC;
}
</style>
border-color css
<style>
span { border-color: #5FD9CC; }
span { border-color: rgb(95,217,204); }
td.TdClassName
{
border-color: #5FD9CC;
}
.TagClassName
{
border-color: #5FD9CC;
}
</style>