Shades of Downy #78CFBD
Tints of Downy #78CFBD
RGB
CMYK
RGB Variations
Color information
#78CFBD (or 0x78CFBD) is known color: Downy. HEX triplet: 78, CF and BD. RGB value is (120,207,189). Sum of RGB (Red+Green+Blue) = 120+207+189=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFBD is #873042. Grayscale: #B2B2B2. Windows color (decimal): -8859715 or 12439416. OLE color: 12439416.
HSL color Cylindrical-coordinate representation of color #78CFBD: hue angle of 167.59º 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 #78CFBD is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 189 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.19 |
| HSL | 167.59º | 0.48% | 0.64% | - |
| HSV(B) | 167.59º | 0.42% | 0.81% | - |
| XYZ | 39.24 | 52.29 | 56.17 | - |
| YUV | 178.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 189 | 0.42 | 0 | 0.09 | 0.19 | 167.59 | 0.48 | 0.64 |
| Hex | 78 | CF | BD | 2A | 0 | 9 | 13 | A8 | 30 | 40 |
| Octal | 170 | 317 | 275 | 52 | 0 | 11 | 23 | 250 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10111101 | 101010 | 0 | 1001 | 10011 | 10101000 | 110000 | 1000000 |
Color Harmonies of #78CFBD
Complementary color
Monochromatic Colors of #78CFBD
Black with #78CFBD
Text Example
Text Example
White with #78CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFBD; }
p { color: rgb(120,207,189); }
H1.HeaderClassName
{
color: #78CFBD;
}
.AnyTagClassName
{
color: #78CFBD;
}
</style>
background-color css
<style>
a { background-color: #78CFBD; }
a { background-color: rgb(120,207,189); }
div.DivClassName
{
background-color: #78CFBD;
}
.BgClassName
{
background-color: #78CFBD;
}
</style>
border-color css
<style>
span { border-color: #78CFBD; }
span { border-color: rgb(120,207,189); }
td.TdClassName
{
border-color: #78CFBD;
}
.TagClassName
{
border-color: #78CFBD;
}
</style>