Shades of Downy #78DDBD
Tints of Downy #78DDBD
RGB
CMYK
RGB Variations
Color information
#78DDBD (or 0x78DDBD) is known color: Downy. HEX triplet: 78, DD and BD. RGB value is (120,221,189). Sum of RGB (Red+Green+Blue) = 120+221+189=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDBD is #872242. Grayscale: #BBBBBB. Windows color (decimal): -8856131 or 12443000. OLE color: 12443000.
HSL color Cylindrical-coordinate representation of color #78DDBD: hue angle of 160.99º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDBD is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 189 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.13 |
| HSL | 160.99º | 0.6% | 0.67% | - |
| HSV(B) | 160.99º | 0.46% | 0.87% | - |
| XYZ | 42.79 | 59.38 | 57.35 | - |
| YUV | 187.15 | 129.04 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 189 | 0.46 | 0 | 0.14 | 0.13 | 160.99 | 0.6 | 0.67 |
| Hex | 78 | DD | BD | 2E | 0 | E | D | A1 | 3C | 43 |
| Octal | 170 | 335 | 275 | 56 | 0 | 16 | 15 | 241 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10111101 | 101110 | 0 | 1110 | 1101 | 10100001 | 111100 | 1000011 |
Color Harmonies of #78DDBD
Complementary color
Monochromatic Colors of #78DDBD
Black with #78DDBD
Text Example
Text Example
White with #78DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDBD; }
p { color: rgb(120,221,189); }
H1.HeaderClassName
{
color: #78DDBD;
}
.AnyTagClassName
{
color: #78DDBD;
}
</style>
background-color css
<style>
a { background-color: #78DDBD; }
a { background-color: rgb(120,221,189); }
div.DivClassName
{
background-color: #78DDBD;
}
.BgClassName
{
background-color: #78DDBD;
}
</style>
border-color css
<style>
span { border-color: #78DDBD; }
span { border-color: rgb(120,221,189); }
td.TdClassName
{
border-color: #78DDBD;
}
.TagClassName
{
border-color: #78DDBD;
}
</style>