Shades of Downy #5FC2BC
Tints of Downy #5FC2BC
RGB
CMYK
RGB Variations
Color information
#5FC2BC (or 0x5FC2BC) is known color: Downy. HEX triplet: 5F, C2 and BC. RGB value is (95,194,188). Sum of RGB (Red+Green+Blue) = 95+194+188=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC2BC is #A03D43. Grayscale: #A3A3A3. Windows color (decimal): -10501444 or 12370527. OLE color: 12370527.
HSL color Cylindrical-coordinate representation of color #5FC2BC: hue angle of 176.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC2BC is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 188 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.24 |
| HSL | 176.36º | 0.45% | 0.57% | - |
| HSV(B) | 176.36º | 0.51% | 0.76% | - |
| XYZ | 33.09 | 44.65 | 54.45 | - |
| YUV | 163.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 188 | 0.51 | 0 | 0.03 | 0.24 | 176.36 | 0.45 | 0.57 |
| Hex | 5F | C2 | BC | 33 | 0 | 3 | 18 | B0 | 2D | 39 |
| Octal | 137 | 302 | 274 | 63 | 0 | 3 | 30 | 260 | 55 | 71 |
| Binary | 1011111 | 11000010 | 10111100 | 110011 | 0 | 11 | 11000 | 10110000 | 101101 | 111001 |
Color Harmonies of #5FC2BC
Complementary color
Monochromatic Colors of #5FC2BC
Black with #5FC2BC
Text Example
Text Example
White with #5FC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC2BC; }
p { color: rgb(95,194,188); }
H1.HeaderClassName
{
color: #5FC2BC;
}
.AnyTagClassName
{
color: #5FC2BC;
}
</style>
background-color css
<style>
a { background-color: #5FC2BC; }
a { background-color: rgb(95,194,188); }
div.DivClassName
{
background-color: #5FC2BC;
}
.BgClassName
{
background-color: #5FC2BC;
}
</style>
border-color css
<style>
span { border-color: #5FC2BC; }
span { border-color: rgb(95,194,188); }
td.TdClassName
{
border-color: #5FC2BC;
}
.TagClassName
{
border-color: #5FC2BC;
}
</style>