Shades of Downy #78CEBB
Tints of Downy #78CEBB
RGB
CMYK
RGB Variations
Color information
#78CEBB (or 0x78CEBB) is known color: Downy. HEX triplet: 78, CE and BB. RGB value is (120,206,187). Sum of RGB (Red+Green+Blue) = 120+206+187=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEBB is #873144. Grayscale: #B2B2B2. Windows color (decimal): -8859973 or 12308088. OLE color: 12308088.
HSL color Cylindrical-coordinate representation of color #78CEBB: hue angle of 166.74º 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 #78CEBB is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 187 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.19 |
| HSL | 166.74º | 0.47% | 0.64% | - |
| HSV(B) | 166.74º | 0.42% | 0.81% | - |
| XYZ | 38.79 | 51.72 | 54.95 | - |
| YUV | 178.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 187 | 0.42 | 0 | 0.09 | 0.19 | 166.74 | 0.47 | 0.64 |
| Hex | 78 | CE | BB | 2A | 0 | 9 | 13 | A7 | 2F | 40 |
| Octal | 170 | 316 | 273 | 52 | 0 | 11 | 23 | 247 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10111011 | 101010 | 0 | 1001 | 10011 | 10100111 | 101111 | 1000000 |
Color Harmonies of #78CEBB
Complementary color
Monochromatic Colors of #78CEBB
Black with #78CEBB
Text Example
Text Example
White with #78CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEBB; }
p { color: rgb(120,206,187); }
H1.HeaderClassName
{
color: #78CEBB;
}
.AnyTagClassName
{
color: #78CEBB;
}
</style>
background-color css
<style>
a { background-color: #78CEBB; }
a { background-color: rgb(120,206,187); }
div.DivClassName
{
background-color: #78CEBB;
}
.BgClassName
{
background-color: #78CEBB;
}
</style>
border-color css
<style>
span { border-color: #78CEBB; }
span { border-color: rgb(120,206,187); }
td.TdClassName
{
border-color: #78CEBB;
}
.TagClassName
{
border-color: #78CEBB;
}
</style>