Shades of Downy #5FC2BB
Tints of Downy #5FC2BB
RGB
CMYK
RGB Variations
Color information
#5FC2BB (or 0x5FC2BB) is known color: Downy. HEX triplet: 5F, C2 and BB. RGB value is (95,194,187). Sum of RGB (Red+Green+Blue) = 95+194+187=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC2BB is #A03D44. Grayscale: #A3A3A3. Windows color (decimal): -10501445 or 12304991. OLE color: 12304991.
HSL color Cylindrical-coordinate representation of color #5FC2BB: hue angle of 175.76º 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 #5FC2BB is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 187 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.24 |
| HSL | 175.76º | 0.45% | 0.57% | - |
| HSV(B) | 175.76º | 0.51% | 0.76% | - |
| XYZ | 32.98 | 44.6 | 53.88 | - |
| YUV | 163.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 187 | 0.51 | 0 | 0.04 | 0.24 | 175.76 | 0.45 | 0.57 |
| Hex | 5F | C2 | BB | 33 | 0 | 4 | 18 | B0 | 2D | 39 |
| Octal | 137 | 302 | 273 | 63 | 0 | 4 | 30 | 260 | 55 | 71 |
| Binary | 1011111 | 11000010 | 10111011 | 110011 | 0 | 100 | 11000 | 10110000 | 101101 | 111001 |
Color Harmonies of #5FC2BB
Complementary color
Monochromatic Colors of #5FC2BB
Black with #5FC2BB
Text Example
Text Example
White with #5FC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC2BB; }
p { color: rgb(95,194,187); }
H1.HeaderClassName
{
color: #5FC2BB;
}
.AnyTagClassName
{
color: #5FC2BB;
}
</style>
background-color css
<style>
a { background-color: #5FC2BB; }
a { background-color: rgb(95,194,187); }
div.DivClassName
{
background-color: #5FC2BB;
}
.BgClassName
{
background-color: #5FC2BB;
}
</style>
border-color css
<style>
span { border-color: #5FC2BB; }
span { border-color: rgb(95,194,187); }
td.TdClassName
{
border-color: #5FC2BB;
}
.TagClassName
{
border-color: #5FC2BB;
}
</style>