Shades of Downy #5FCBBA
Tints of Downy #5FCBBA
RGB
CMYK
RGB Variations
Color information
#5FCBBA (or 0x5FCBBA) is known color: Downy. HEX triplet: 5F, CB and BA. RGB value is (95,203,186). Sum of RGB (Red+Green+Blue) = 95+203+186=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBBA is #A03445. Grayscale: #A8A8A8. Windows color (decimal): -10499142 or 12241759. OLE color: 12241759.
HSL color Cylindrical-coordinate representation of color #5FCBBA: hue angle of 170.56º 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 #5FCBBA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 186 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.20 |
| HSL | 170.56º | 0.51% | 0.58% | - |
| HSV(B) | 170.56º | 0.53% | 0.8% | - |
| XYZ | 34.94 | 48.69 | 54.01 | - |
| YUV | 168.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 186 | 0.53 | 0 | 0.08 | 0.20 | 170.56 | 0.51 | 0.58 |
| Hex | 5F | CB | BA | 35 | 0 | 8 | 14 | AB | 33 | 3A |
| Octal | 137 | 313 | 272 | 65 | 0 | 10 | 24 | 253 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10111010 | 110101 | 0 | 1000 | 10100 | 10101011 | 110011 | 111010 |
Color Harmonies of #5FCBBA
Complementary color
Monochromatic Colors of #5FCBBA
Black with #5FCBBA
Text Example
Text Example
White with #5FCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBBA; }
p { color: rgb(95,203,186); }
H1.HeaderClassName
{
color: #5FCBBA;
}
.AnyTagClassName
{
color: #5FCBBA;
}
</style>
background-color css
<style>
a { background-color: #5FCBBA; }
a { background-color: rgb(95,203,186); }
div.DivClassName
{
background-color: #5FCBBA;
}
.BgClassName
{
background-color: #5FCBBA;
}
</style>
border-color css
<style>
span { border-color: #5FCBBA; }
span { border-color: rgb(95,203,186); }
td.TdClassName
{
border-color: #5FCBBA;
}
.TagClassName
{
border-color: #5FCBBA;
}
</style>