Shades of Downy #78DFBE
Tints of Downy #78DFBE
RGB
CMYK
RGB Variations
Color information
#78DFBE (or 0x78DFBE) is known color: Downy. HEX triplet: 78, DF and BE. RGB value is (120,223,190). Sum of RGB (Red+Green+Blue) = 120+223+190=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #78DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DFBE is #872041. Grayscale: #BCBCBC. Windows color (decimal): -8855618 or 12509048. OLE color: 12509048.
HSL color Cylindrical-coordinate representation of color #78DFBE: hue angle of 160.78º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DFBE is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 190 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.13 |
| HSL | 160.78º | 0.62% | 0.67% | - |
| HSV(B) | 160.78º | 0.46% | 0.87% | - |
| XYZ | 43.43 | 60.49 | 58.1 | - |
| YUV | 188.44 | 128.88 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 190 | 0.46 | 0 | 0.15 | 0.13 | 160.78 | 0.62 | 0.67 |
| Hex | 78 | DF | BE | 2E | 0 | F | D | A1 | 3E | 43 |
| Octal | 170 | 337 | 276 | 56 | 0 | 17 | 15 | 241 | 76 | 103 |
| Binary | 1111000 | 11011111 | 10111110 | 101110 | 0 | 1111 | 1101 | 10100001 | 111110 | 1000011 |
Color Harmonies of #78DFBE
Complementary color
Monochromatic Colors of #78DFBE
Black with #78DFBE
Text Example
Text Example
White with #78DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFBE; }
p { color: rgb(120,223,190); }
H1.HeaderClassName
{
color: #78DFBE;
}
.AnyTagClassName
{
color: #78DFBE;
}
</style>
background-color css
<style>
a { background-color: #78DFBE; }
a { background-color: rgb(120,223,190); }
div.DivClassName
{
background-color: #78DFBE;
}
.BgClassName
{
background-color: #78DFBE;
}
</style>
border-color css
<style>
span { border-color: #78DFBE; }
span { border-color: rgb(120,223,190); }
td.TdClassName
{
border-color: #78DFBE;
}
.TagClassName
{
border-color: #78DFBE;
}
</style>