Shades of Downy #78E2B4
Tints of Downy #78E2B4
RGB
CMYK
RGB Variations
Color information
#78E2B4 (or 0x78E2B4) is known color: Downy. HEX triplet: 78, E2 and B4. RGB value is (120,226,180). Sum of RGB (Red+Green+Blue) = 120+226+180=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #78E2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E2B4 is #871D4B. Grayscale: #BDBDBD. Windows color (decimal): -8854860 or 11854456. OLE color: 11854456.
HSL color Cylindrical-coordinate representation of color #78E2B4: hue angle of 153.96º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E2B4 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 226 | 180 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.11 |
| HSL | 153.96º | 0.65% | 0.68% | - |
| HSV(B) | 153.96º | 0.47% | 0.89% | - |
| XYZ | 43.18 | 61.68 | 52.81 | - |
| YUV | 189.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 180 | 0.47 | 0 | 0.20 | 0.11 | 153.96 | 0.65 | 0.68 |
| Hex | 78 | E2 | B4 | 2F | 0 | 14 | B | 9A | 41 | 44 |
| Octal | 170 | 342 | 264 | 57 | 0 | 24 | 13 | 232 | 101 | 104 |
| Binary | 1111000 | 11100010 | 10110100 | 101111 | 0 | 10100 | 1011 | 10011010 | 1000001 | 1000100 |
Color Harmonies of #78E2B4
Complementary color
Monochromatic Colors of #78E2B4
Black with #78E2B4
Text Example
Text Example
White with #78E2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E2B4; }
p { color: rgb(120,226,180); }
H1.HeaderClassName
{
color: #78E2B4;
}
.AnyTagClassName
{
color: #78E2B4;
}
</style>
background-color css
<style>
a { background-color: #78E2B4; }
a { background-color: rgb(120,226,180); }
div.DivClassName
{
background-color: #78E2B4;
}
.BgClassName
{
background-color: #78E2B4;
}
</style>
border-color css
<style>
span { border-color: #78E2B4; }
span { border-color: rgb(120,226,180); }
td.TdClassName
{
border-color: #78E2B4;
}
.TagClassName
{
border-color: #78E2B4;
}
</style>