Shades of Downy #78CFBC
Tints of Downy #78CFBC
RGB
CMYK
RGB Variations
Color information
#78CFBC (or 0x78CFBC) is known color: Downy. HEX triplet: 78, CF and BC. RGB value is (120,207,188). Sum of RGB (Red+Green+Blue) = 120+207+188=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFBC is #873043. Grayscale: #B2B2B2. Windows color (decimal): -8859716 or 12373880. OLE color: 12373880.
HSL color Cylindrical-coordinate representation of color #78CFBC: hue angle of 166.9º 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 #78CFBC is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 188 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.19 |
| HSL | 166.9º | 0.48% | 0.64% | - |
| HSV(B) | 166.9º | 0.42% | 0.81% | - |
| XYZ | 39.14 | 52.25 | 55.6 | - |
| YUV | 178.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 188 | 0.42 | 0 | 0.09 | 0.19 | 166.9 | 0.48 | 0.64 |
| Hex | 78 | CF | BC | 2A | 0 | 9 | 13 | A7 | 30 | 40 |
| Octal | 170 | 317 | 274 | 52 | 0 | 11 | 23 | 247 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10111100 | 101010 | 0 | 1001 | 10011 | 10100111 | 110000 | 1000000 |
Color Harmonies of #78CFBC
Complementary color
Monochromatic Colors of #78CFBC
Black with #78CFBC
Text Example
Text Example
White with #78CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFBC; }
p { color: rgb(120,207,188); }
H1.HeaderClassName
{
color: #78CFBC;
}
.AnyTagClassName
{
color: #78CFBC;
}
</style>
background-color css
<style>
a { background-color: #78CFBC; }
a { background-color: rgb(120,207,188); }
div.DivClassName
{
background-color: #78CFBC;
}
.BgClassName
{
background-color: #78CFBC;
}
</style>
border-color css
<style>
span { border-color: #78CFBC; }
span { border-color: rgb(120,207,188); }
td.TdClassName
{
border-color: #78CFBC;
}
.TagClassName
{
border-color: #78CFBC;
}
</style>