Shades of Downy #78CABE
Tints of Downy #78CABE
RGB
CMYK
RGB Variations
Color information
#78CABE (or 0x78CABE) is known color: Downy. HEX triplet: 78, CA and BE. RGB value is (120,202,190). Sum of RGB (Red+Green+Blue) = 120+202+190=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #78CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CABE is #873541. Grayscale: #B0B0B0. Windows color (decimal): -8860994 or 12503672. OLE color: 12503672.
HSL color Cylindrical-coordinate representation of color #78CABE: hue angle of 171.22º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CABE is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 190 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.21 |
| HSL | 171.22º | 0.44% | 0.63% | - |
| HSV(B) | 171.22º | 0.41% | 0.79% | - |
| XYZ | 38.16 | 49.95 | 56.35 | - |
| YUV | 176.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 190 | 0.41 | 0 | 0.06 | 0.21 | 171.22 | 0.44 | 0.63 |
| Hex | 78 | CA | BE | 29 | 0 | 6 | 15 | AB | 2C | 3F |
| Octal | 170 | 312 | 276 | 51 | 0 | 6 | 25 | 253 | 54 | 77 |
| Binary | 1111000 | 11001010 | 10111110 | 101001 | 0 | 110 | 10101 | 10101011 | 101100 | 111111 |
Color Harmonies of #78CABE
Complementary color
Monochromatic Colors of #78CABE
Black with #78CABE
Text Example
Text Example
White with #78CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CABE; }
p { color: rgb(120,202,190); }
H1.HeaderClassName
{
color: #78CABE;
}
.AnyTagClassName
{
color: #78CABE;
}
</style>
background-color css
<style>
a { background-color: #78CABE; }
a { background-color: rgb(120,202,190); }
div.DivClassName
{
background-color: #78CABE;
}
.BgClassName
{
background-color: #78CABE;
}
</style>
border-color css
<style>
span { border-color: #78CABE; }
span { border-color: rgb(120,202,190); }
td.TdClassName
{
border-color: #78CABE;
}
.TagClassName
{
border-color: #78CABE;
}
</style>