Shades of Downy #78D7BA
Tints of Downy #78D7BA
RGB
CMYK
RGB Variations
Color information
#78D7BA (or 0x78D7BA) is known color: Downy. HEX triplet: 78, D7 and BA. RGB value is (120,215,186). Sum of RGB (Red+Green+Blue) = 120+215+186=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #78D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7BA is #872845. Grayscale: #B7B7B7. Windows color (decimal): -8857670 or 12244856. OLE color: 12244856.
HSL color Cylindrical-coordinate representation of color #78D7BA: hue angle of 161.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D7BA is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 186 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.16 |
| HSL | 161.68º | 0.54% | 0.66% | - |
| HSV(B) | 161.68º | 0.44% | 0.84% | - |
| XYZ | 40.91 | 56.14 | 55.13 | - |
| YUV | 183.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 186 | 0.44 | 0 | 0.13 | 0.16 | 161.68 | 0.54 | 0.66 |
| Hex | 78 | D7 | BA | 2C | 0 | D | 10 | A2 | 36 | 42 |
| Octal | 170 | 327 | 272 | 54 | 0 | 15 | 20 | 242 | 66 | 102 |
| Binary | 1111000 | 11010111 | 10111010 | 101100 | 0 | 1101 | 10000 | 10100010 | 110110 | 1000010 |
Color Harmonies of #78D7BA
Complementary color
Monochromatic Colors of #78D7BA
Black with #78D7BA
Text Example
Text Example
White with #78D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D7BA; }
p { color: rgb(120,215,186); }
H1.HeaderClassName
{
color: #78D7BA;
}
.AnyTagClassName
{
color: #78D7BA;
}
</style>
background-color css
<style>
a { background-color: #78D7BA; }
a { background-color: rgb(120,215,186); }
div.DivClassName
{
background-color: #78D7BA;
}
.BgClassName
{
background-color: #78D7BA;
}
</style>
border-color css
<style>
span { border-color: #78D7BA; }
span { border-color: rgb(120,215,186); }
td.TdClassName
{
border-color: #78D7BA;
}
.TagClassName
{
border-color: #78D7BA;
}
</style>