Shades of Downy #5FCBBF
Tints of Downy #5FCBBF
RGB
CMYK
RGB Variations
Color information
#5FCBBF (or 0x5FCBBF) is known color: Downy. HEX triplet: 5F, CB and BF. RGB value is (95,203,191). Sum of RGB (Red+Green+Blue) = 95+203+191=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBBF is #A03440. Grayscale: #A9A9A9. Windows color (decimal): -10499137 or 12569439. OLE color: 12569439.
HSL color Cylindrical-coordinate representation of color #5FCBBF: hue angle of 173.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBBF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 191 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.20 |
| HSL | 173.33º | 0.51% | 0.58% | - |
| HSV(B) | 173.33º | 0.53% | 0.8% | - |
| XYZ | 35.48 | 48.91 | 56.86 | - |
| YUV | 169.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 191 | 0.53 | 0 | 0.06 | 0.20 | 173.33 | 0.51 | 0.58 |
| Hex | 5F | CB | BF | 35 | 0 | 6 | 14 | AD | 33 | 3A |
| Octal | 137 | 313 | 277 | 65 | 0 | 6 | 24 | 255 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10111111 | 110101 | 0 | 110 | 10100 | 10101101 | 110011 | 111010 |
Color Harmonies of #5FCBBF
Complementary color
Monochromatic Colors of #5FCBBF
Black with #5FCBBF
Text Example
Text Example
White with #5FCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBBF; }
p { color: rgb(95,203,191); }
H1.HeaderClassName
{
color: #5FCBBF;
}
.AnyTagClassName
{
color: #5FCBBF;
}
</style>
background-color css
<style>
a { background-color: #5FCBBF; }
a { background-color: rgb(95,203,191); }
div.DivClassName
{
background-color: #5FCBBF;
}
.BgClassName
{
background-color: #5FCBBF;
}
</style>
border-color css
<style>
span { border-color: #5FCBBF; }
span { border-color: rgb(95,203,191); }
td.TdClassName
{
border-color: #5FCBBF;
}
.TagClassName
{
border-color: #5FCBBF;
}
</style>