Shades of Downy #78CFBA
Tints of Downy #78CFBA
RGB
CMYK
RGB Variations
Color information
#78CFBA (or 0x78CFBA) is known color: Downy. HEX triplet: 78, CF and BA. RGB value is (120,207,186). Sum of RGB (Red+Green+Blue) = 120+207+186=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFBA is #873045. Grayscale: #B2B2B2. Windows color (decimal): -8859718 or 12242808. OLE color: 12242808.
HSL color Cylindrical-coordinate representation of color #78CFBA: hue angle of 165.52º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFBA is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 186 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.19 |
| HSL | 165.52º | 0.48% | 0.64% | - |
| HSV(B) | 165.52º | 0.42% | 0.81% | - |
| XYZ | 38.92 | 52.16 | 54.47 | - |
| YUV | 178.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 186 | 0.42 | 0 | 0.10 | 0.19 | 165.52 | 0.48 | 0.64 |
| Hex | 78 | CF | BA | 2A | 0 | A | 13 | A6 | 30 | 40 |
| Octal | 170 | 317 | 272 | 52 | 0 | 12 | 23 | 246 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10111010 | 101010 | 0 | 1010 | 10011 | 10100110 | 110000 | 1000000 |
Color Harmonies of #78CFBA
Complementary color
Monochromatic Colors of #78CFBA
Black with #78CFBA
Text Example
Text Example
White with #78CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFBA; }
p { color: rgb(120,207,186); }
H1.HeaderClassName
{
color: #78CFBA;
}
.AnyTagClassName
{
color: #78CFBA;
}
</style>
background-color css
<style>
a { background-color: #78CFBA; }
a { background-color: rgb(120,207,186); }
div.DivClassName
{
background-color: #78CFBA;
}
.BgClassName
{
background-color: #78CFBA;
}
</style>
border-color css
<style>
span { border-color: #78CFBA; }
span { border-color: rgb(120,207,186); }
td.TdClassName
{
border-color: #78CFBA;
}
.TagClassName
{
border-color: #78CFBA;
}
</style>