Shades of Downy #78E8B5
Tints of Downy #78E8B5
RGB
CMYK
RGB Variations
Color information
#78E8B5 (or 0x78E8B5) is known color: Downy. HEX triplet: 78, E8 and B5. RGB value is (120,232,181). Sum of RGB (Red+Green+Blue) = 120+232+181=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #78E8B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E8B5 is #87174A. Grayscale: #C0C0C0. Windows color (decimal): -8853323 or 11921528. OLE color: 11921528.
HSL color Cylindrical-coordinate representation of color #78E8B5: hue angle of 152.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E8B5 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 181 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.09 |
| HSL | 152.68º | 0.71% | 0.69% | - |
| HSV(B) | 152.68º | 0.48% | 0.91% | - |
| XYZ | 44.94 | 65.04 | 53.9 | - |
| YUV | 192.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 181 | 0.48 | 0 | 0.22 | 0.09 | 152.68 | 0.71 | 0.69 |
| Hex | 78 | E8 | B5 | 30 | 0 | 16 | 9 | 99 | 47 | 45 |
| Octal | 170 | 350 | 265 | 60 | 0 | 26 | 11 | 231 | 107 | 105 |
| Binary | 1111000 | 11101000 | 10110101 | 110000 | 0 | 10110 | 1001 | 10011001 | 1000111 | 1000101 |
Color Harmonies of #78E8B5
Complementary color
Monochromatic Colors of #78E8B5
Black with #78E8B5
Text Example
Text Example
White with #78E8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E8B5; }
p { color: rgb(120,232,181); }
H1.HeaderClassName
{
color: #78E8B5;
}
.AnyTagClassName
{
color: #78E8B5;
}
</style>
background-color css
<style>
a { background-color: #78E8B5; }
a { background-color: rgb(120,232,181); }
div.DivClassName
{
background-color: #78E8B5;
}
.BgClassName
{
background-color: #78E8B5;
}
</style>
border-color css
<style>
span { border-color: #78E8B5; }
span { border-color: rgb(120,232,181); }
td.TdClassName
{
border-color: #78E8B5;
}
.TagClassName
{
border-color: #78E8B5;
}
</style>