Shades of Downy #78CFBF
Tints of Downy #78CFBF
RGB
CMYK
RGB Variations
Color information
#78CFBF (or 0x78CFBF) is known color: Downy. HEX triplet: 78, CF and BF. RGB value is (120,207,191). Sum of RGB (Red+Green+Blue) = 120+207+191=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFBF is #873040. Grayscale: #B3B3B3. Windows color (decimal): -8859713 or 12570488. OLE color: 12570488.
HSL color Cylindrical-coordinate representation of color #78CFBF: hue angle of 168.97º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFBF is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 191 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.19 |
| HSL | 168.97º | 0.48% | 0.64% | - |
| HSV(B) | 168.97º | 0.42% | 0.81% | - |
| XYZ | 39.46 | 52.38 | 57.32 | - |
| YUV | 179.16 | 134.68 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 191 | 0.42 | 0 | 0.08 | 0.19 | 168.97 | 0.48 | 0.64 |
| Hex | 78 | CF | BF | 2A | 0 | 8 | 13 | A9 | 30 | 40 |
| Octal | 170 | 317 | 277 | 52 | 0 | 10 | 23 | 251 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10111111 | 101010 | 0 | 1000 | 10011 | 10101001 | 110000 | 1000000 |
Color Harmonies of #78CFBF
Complementary color
Monochromatic Colors of #78CFBF
Black with #78CFBF
Text Example
Text Example
White with #78CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFBF; }
p { color: rgb(120,207,191); }
H1.HeaderClassName
{
color: #78CFBF;
}
.AnyTagClassName
{
color: #78CFBF;
}
</style>
background-color css
<style>
a { background-color: #78CFBF; }
a { background-color: rgb(120,207,191); }
div.DivClassName
{
background-color: #78CFBF;
}
.BgClassName
{
background-color: #78CFBF;
}
</style>
border-color css
<style>
span { border-color: #78CFBF; }
span { border-color: rgb(120,207,191); }
td.TdClassName
{
border-color: #78CFBF;
}
.TagClassName
{
border-color: #78CFBF;
}
</style>