Shades of Downy #78CFBB
Tints of Downy #78CFBB
RGB
CMYK
RGB Variations
Color information
#78CFBB (or 0x78CFBB) is known color: Downy. HEX triplet: 78, CF and BB. RGB value is (120,207,187). Sum of RGB (Red+Green+Blue) = 120+207+187=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFBB is #873044. Grayscale: #B2B2B2. Windows color (decimal): -8859717 or 12308344. OLE color: 12308344.
HSL color Cylindrical-coordinate representation of color #78CFBB: hue angle of 166.21º 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 #78CFBB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 187 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.19 |
| HSL | 166.21º | 0.48% | 0.64% | - |
| HSV(B) | 166.21º | 0.42% | 0.81% | - |
| XYZ | 39.03 | 52.21 | 55.03 | - |
| YUV | 178.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 187 | 0.42 | 0 | 0.10 | 0.19 | 166.21 | 0.48 | 0.64 |
| Hex | 78 | CF | BB | 2A | 0 | A | 13 | A6 | 30 | 40 |
| Octal | 170 | 317 | 273 | 52 | 0 | 12 | 23 | 246 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10111011 | 101010 | 0 | 1010 | 10011 | 10100110 | 110000 | 1000000 |
Color Harmonies of #78CFBB
Complementary color
Monochromatic Colors of #78CFBB
Black with #78CFBB
Text Example
Text Example
White with #78CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFBB; }
p { color: rgb(120,207,187); }
H1.HeaderClassName
{
color: #78CFBB;
}
.AnyTagClassName
{
color: #78CFBB;
}
</style>
background-color css
<style>
a { background-color: #78CFBB; }
a { background-color: rgb(120,207,187); }
div.DivClassName
{
background-color: #78CFBB;
}
.BgClassName
{
background-color: #78CFBB;
}
</style>
border-color css
<style>
span { border-color: #78CFBB; }
span { border-color: rgb(120,207,187); }
td.TdClassName
{
border-color: #78CFBB;
}
.TagClassName
{
border-color: #78CFBB;
}
</style>