Shades of Downy #5FCBC2
Tints of Downy #5FCBC2
RGB
CMYK
RGB Variations
Color information
#5FCBC2 (or 0x5FCBC2) is known color: Downy. HEX triplet: 5F, CB and C2. RGB value is (95,203,194). Sum of RGB (Red+Green+Blue) = 95+203+194=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBC2 is #A0343D. Grayscale: #A9A9A9. Windows color (decimal): -10499134 or 12766047. OLE color: 12766047.
HSL color Cylindrical-coordinate representation of color #5FCBC2: hue angle of 175º 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 #5FCBC2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 194 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.20 |
| HSL | 175º | 0.51% | 0.58% | - |
| HSV(B) | 175º | 0.53% | 0.8% | - |
| XYZ | 35.81 | 49.04 | 58.62 | - |
| YUV | 169.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 194 | 0.53 | 0 | 0.04 | 0.20 | 175 | 0.51 | 0.58 |
| Hex | 5F | CB | C2 | 35 | 0 | 4 | 14 | AF | 33 | 3A |
| Octal | 137 | 313 | 302 | 65 | 0 | 4 | 24 | 257 | 63 | 72 |
| Binary | 1011111 | 11001011 | 11000010 | 110101 | 0 | 100 | 10100 | 10101111 | 110011 | 111010 |
Color Harmonies of #5FCBC2
Complementary color
Monochromatic Colors of #5FCBC2
Black with #5FCBC2
Text Example
Text Example
White with #5FCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBC2; }
p { color: rgb(95,203,194); }
H1.HeaderClassName
{
color: #5FCBC2;
}
.AnyTagClassName
{
color: #5FCBC2;
}
</style>
background-color css
<style>
a { background-color: #5FCBC2; }
a { background-color: rgb(95,203,194); }
div.DivClassName
{
background-color: #5FCBC2;
}
.BgClassName
{
background-color: #5FCBC2;
}
</style>
border-color css
<style>
span { border-color: #5FCBC2; }
span { border-color: rgb(95,203,194); }
td.TdClassName
{
border-color: #5FCBC2;
}
.TagClassName
{
border-color: #5FCBC2;
}
</style>