Shades of Downy #78ECB3
Tints of Downy #78ECB3
RGB
CMYK
RGB Variations
Color information
#78ECB3 (or 0x78ECB3) is known color: Downy. HEX triplet: 78, EC and B3. RGB value is (120,236,179). Sum of RGB (Red+Green+Blue) = 120+236+179=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78ECB3 is #87134C. Grayscale: #C2C2C2. Windows color (decimal): -8852301 or 11791480. OLE color: 11791480.
HSL color Cylindrical-coordinate representation of color #78ECB3: hue angle of 150.52º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ECB3 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 179 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.07 |
| HSL | 150.52º | 0.75% | 0.7% | - |
| HSV(B) | 150.52º | 0.49% | 0.93% | - |
| XYZ | 45.88 | 67.24 | 53.21 | - |
| YUV | 194.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 179 | 0.49 | 0 | 0.24 | 0.07 | 150.52 | 0.75 | 0.7 |
| Hex | 78 | EC | B3 | 31 | 0 | 18 | 7 | 97 | 4B | 46 |
| Octal | 170 | 354 | 263 | 61 | 0 | 30 | 7 | 227 | 113 | 106 |
| Binary | 1111000 | 11101100 | 10110011 | 110001 | 0 | 11000 | 111 | 10010111 | 1001011 | 1000110 |
Color Harmonies of #78ECB3
Complementary color
Monochromatic Colors of #78ECB3
Black with #78ECB3
Text Example
Text Example
White with #78ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ECB3; }
p { color: rgb(120,236,179); }
H1.HeaderClassName
{
color: #78ECB3;
}
.AnyTagClassName
{
color: #78ECB3;
}
</style>
background-color css
<style>
a { background-color: #78ECB3; }
a { background-color: rgb(120,236,179); }
div.DivClassName
{
background-color: #78ECB3;
}
.BgClassName
{
background-color: #78ECB3;
}
</style>
border-color css
<style>
span { border-color: #78ECB3; }
span { border-color: rgb(120,236,179); }
td.TdClassName
{
border-color: #78ECB3;
}
.TagClassName
{
border-color: #78ECB3;
}
</style>