Shades of Downy #78CEBD
Tints of Downy #78CEBD
RGB
CMYK
RGB Variations
Color information
#78CEBD (or 0x78CEBD) is known color: Downy. HEX triplet: 78, CE and BD. RGB value is (120,206,189). Sum of RGB (Red+Green+Blue) = 120+206+189=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEBD is #873142. Grayscale: #B2B2B2. Windows color (decimal): -8859971 or 12439160. OLE color: 12439160.
HSL color Cylindrical-coordinate representation of color #78CEBD: hue angle of 168.14º degrees, saturation: 0.47, 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 #78CEBD is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 189 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.19 |
| HSL | 168.14º | 0.47% | 0.64% | - |
| HSV(B) | 168.14º | 0.42% | 0.81% | - |
| XYZ | 39 | 51.81 | 56.09 | - |
| YUV | 178.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 189 | 0.42 | 0 | 0.08 | 0.19 | 168.14 | 0.47 | 0.64 |
| Hex | 78 | CE | BD | 2A | 0 | 8 | 13 | A8 | 2F | 40 |
| Octal | 170 | 316 | 275 | 52 | 0 | 10 | 23 | 250 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10111101 | 101010 | 0 | 1000 | 10011 | 10101000 | 101111 | 1000000 |
Color Harmonies of #78CEBD
Complementary color
Monochromatic Colors of #78CEBD
Black with #78CEBD
Text Example
Text Example
White with #78CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEBD; }
p { color: rgb(120,206,189); }
H1.HeaderClassName
{
color: #78CEBD;
}
.AnyTagClassName
{
color: #78CEBD;
}
</style>
background-color css
<style>
a { background-color: #78CEBD; }
a { background-color: rgb(120,206,189); }
div.DivClassName
{
background-color: #78CEBD;
}
.BgClassName
{
background-color: #78CEBD;
}
</style>
border-color css
<style>
span { border-color: #78CEBD; }
span { border-color: rgb(120,206,189); }
td.TdClassName
{
border-color: #78CEBD;
}
.TagClassName
{
border-color: #78CEBD;
}
</style>