Shades of Downy #5FD7CB
Tints of Downy #5FD7CB
RGB
CMYK
RGB Variations
Color information
#5FD7CB (or 0x5FD7CB) is known color: Downy. HEX triplet: 5F, D7 and CB. RGB value is (95,215,203). Sum of RGB (Red+Green+Blue) = 95+215+203=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7CB is #A02834. Grayscale: #B1B1B1. Windows color (decimal): -10496053 or 13358943. OLE color: 13358943.
HSL color Cylindrical-coordinate representation of color #5FD7CB: hue angle of 174º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD7CB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 203 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.16 |
| HSL | 174º | 0.6% | 0.61% | - |
| HSV(B) | 174º | 0.56% | 0.84% | - |
| XYZ | 39.8 | 55.35 | 65.09 | - |
| YUV | 177.75 | 142.24 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 203 | 0.56 | 0 | 0.06 | 0.16 | 174 | 0.6 | 0.61 |
| Hex | 5F | D7 | CB | 38 | 0 | 6 | 10 | AE | 3C | 3D |
| Octal | 137 | 327 | 313 | 70 | 0 | 6 | 20 | 256 | 74 | 75 |
| Binary | 1011111 | 11010111 | 11001011 | 111000 | 0 | 110 | 10000 | 10101110 | 111100 | 111101 |
Color Harmonies of #5FD7CB
Complementary color
Monochromatic Colors of #5FD7CB
Black with #5FD7CB
Text Example
Text Example
White with #5FD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD7CB; }
p { color: rgb(95,215,203); }
H1.HeaderClassName
{
color: #5FD7CB;
}
.AnyTagClassName
{
color: #5FD7CB;
}
</style>
background-color css
<style>
a { background-color: #5FD7CB; }
a { background-color: rgb(95,215,203); }
div.DivClassName
{
background-color: #5FD7CB;
}
.BgClassName
{
background-color: #5FD7CB;
}
</style>
border-color css
<style>
span { border-color: #5FD7CB; }
span { border-color: rgb(95,215,203); }
td.TdClassName
{
border-color: #5FD7CB;
}
.TagClassName
{
border-color: #5FD7CB;
}
</style>