Shades of Downy #78DABB
Tints of Downy #78DABB
RGB
CMYK
RGB Variations
Color information
#78DABB (or 0x78DABB) is known color: Downy. HEX triplet: 78, DA and BB. RGB value is (120,218,187). Sum of RGB (Red+Green+Blue) = 120+218+187=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #78DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DABB is #872544. Grayscale: #B9B9B9. Windows color (decimal): -8856901 or 12311160. OLE color: 12311160.
HSL color Cylindrical-coordinate representation of color #78DABB: hue angle of 161.02º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DABB is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 187 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.15 |
| HSL | 161.02º | 0.57% | 0.66% | - |
| HSV(B) | 161.02º | 0.45% | 0.85% | - |
| XYZ | 41.79 | 57.72 | 55.95 | - |
| YUV | 185.16 | 129.03 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 187 | 0.45 | 0 | 0.14 | 0.15 | 161.02 | 0.57 | 0.66 |
| Hex | 78 | DA | BB | 2D | 0 | E | F | A1 | 39 | 42 |
| Octal | 170 | 332 | 273 | 55 | 0 | 16 | 17 | 241 | 71 | 102 |
| Binary | 1111000 | 11011010 | 10111011 | 101101 | 0 | 1110 | 1111 | 10100001 | 111001 | 1000010 |
Color Harmonies of #78DABB
Complementary color
Monochromatic Colors of #78DABB
Black with #78DABB
Text Example
Text Example
White with #78DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DABB; }
p { color: rgb(120,218,187); }
H1.HeaderClassName
{
color: #78DABB;
}
.AnyTagClassName
{
color: #78DABB;
}
</style>
background-color css
<style>
a { background-color: #78DABB; }
a { background-color: rgb(120,218,187); }
div.DivClassName
{
background-color: #78DABB;
}
.BgClassName
{
background-color: #78DABB;
}
</style>
border-color css
<style>
span { border-color: #78DABB; }
span { border-color: rgb(120,218,187); }
td.TdClassName
{
border-color: #78DABB;
}
.TagClassName
{
border-color: #78DABB;
}
</style>