Shades of Downy #78E3B4
Tints of Downy #78E3B4
RGB
CMYK
RGB Variations
Color information
#78E3B4 (or 0x78E3B4) is known color: Downy. HEX triplet: 78, E3 and B4. RGB value is (120,227,180). Sum of RGB (Red+Green+Blue) = 120+227+180=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #78E3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E3B4 is #871C4B. Grayscale: #BDBDBD. Windows color (decimal): -8854604 or 11854712. OLE color: 11854712.
HSL color Cylindrical-coordinate representation of color #78E3B4: hue angle of 153.64º degrees, saturation: 0.66, 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 #78E3B4 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 227 | 180 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.11 |
| HSL | 153.64º | 0.66% | 0.68% | - |
| HSV(B) | 153.64º | 0.47% | 0.89% | - |
| XYZ | 43.45 | 62.23 | 52.9 | - |
| YUV | 189.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 227 | 180 | 0.47 | 0 | 0.21 | 0.11 | 153.64 | 0.66 | 0.68 |
| Hex | 78 | E3 | B4 | 2F | 0 | 15 | B | 9A | 42 | 44 |
| Octal | 170 | 343 | 264 | 57 | 0 | 25 | 13 | 232 | 102 | 104 |
| Binary | 1111000 | 11100011 | 10110100 | 101111 | 0 | 10101 | 1011 | 10011010 | 1000010 | 1000100 |
Color Harmonies of #78E3B4
Complementary color
Monochromatic Colors of #78E3B4
Black with #78E3B4
Text Example
Text Example
White with #78E3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E3B4; }
p { color: rgb(120,227,180); }
H1.HeaderClassName
{
color: #78E3B4;
}
.AnyTagClassName
{
color: #78E3B4;
}
</style>
background-color css
<style>
a { background-color: #78E3B4; }
a { background-color: rgb(120,227,180); }
div.DivClassName
{
background-color: #78E3B4;
}
.BgClassName
{
background-color: #78E3B4;
}
</style>
border-color css
<style>
span { border-color: #78E3B4; }
span { border-color: rgb(120,227,180); }
td.TdClassName
{
border-color: #78E3B4;
}
.TagClassName
{
border-color: #78E3B4;
}
</style>