Shades of Downy #5FCDBF
Tints of Downy #5FCDBF
RGB
CMYK
RGB Variations
Color information
#5FCDBF (or 0x5FCDBF) is known color: Downy. HEX triplet: 5F, CD and BF. RGB value is (95,205,191). Sum of RGB (Red+Green+Blue) = 95+205+191=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDBF is #A03240. Grayscale: #AAAAAA. Windows color (decimal): -10498625 or 12569951. OLE color: 12569951.
HSL color Cylindrical-coordinate representation of color #5FCDBF: hue angle of 172.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDBF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 191 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.20 |
| HSL | 172.36º | 0.52% | 0.59% | - |
| HSV(B) | 172.36º | 0.54% | 0.8% | - |
| XYZ | 35.95 | 49.86 | 57.02 | - |
| YUV | 170.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 191 | 0.54 | 0 | 0.07 | 0.20 | 172.36 | 0.52 | 0.59 |
| Hex | 5F | CD | BF | 36 | 0 | 7 | 14 | AC | 34 | 3B |
| Octal | 137 | 315 | 277 | 66 | 0 | 7 | 24 | 254 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10111111 | 110110 | 0 | 111 | 10100 | 10101100 | 110100 | 111011 |
Color Harmonies of #5FCDBF
Complementary color
Monochromatic Colors of #5FCDBF
Black with #5FCDBF
Text Example
Text Example
White with #5FCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDBF; }
p { color: rgb(95,205,191); }
H1.HeaderClassName
{
color: #5FCDBF;
}
.AnyTagClassName
{
color: #5FCDBF;
}
</style>
background-color css
<style>
a { background-color: #5FCDBF; }
a { background-color: rgb(95,205,191); }
div.DivClassName
{
background-color: #5FCDBF;
}
.BgClassName
{
background-color: #5FCDBF;
}
</style>
border-color css
<style>
span { border-color: #5FCDBF; }
span { border-color: rgb(95,205,191); }
td.TdClassName
{
border-color: #5FCDBF;
}
.TagClassName
{
border-color: #5FCDBF;
}
</style>