Shades of Downy #78CBBE
Tints of Downy #78CBBE
RGB
CMYK
RGB Variations
Color information
#78CBBE (or 0x78CBBE) is known color: Downy. HEX triplet: 78, CB and BE. RGB value is (120,203,190). Sum of RGB (Red+Green+Blue) = 120+203+190=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBBE is #873441. Grayscale: #B0B0B0. Windows color (decimal): -8860738 or 12503928. OLE color: 12503928.
HSL color Cylindrical-coordinate representation of color #78CBBE: hue angle of 170.6º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBBE is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 203 | 190 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.20 |
| HSL | 170.6º | 0.44% | 0.63% | - |
| HSV(B) | 170.6º | 0.41% | 0.8% | - |
| XYZ | 38.4 | 50.42 | 56.42 | - |
| YUV | 176.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 190 | 0.41 | 0 | 0.06 | 0.20 | 170.6 | 0.44 | 0.63 |
| Hex | 78 | CB | BE | 29 | 0 | 6 | 14 | AB | 2C | 3F |
| Octal | 170 | 313 | 276 | 51 | 0 | 6 | 24 | 253 | 54 | 77 |
| Binary | 1111000 | 11001011 | 10111110 | 101001 | 0 | 110 | 10100 | 10101011 | 101100 | 111111 |
Color Harmonies of #78CBBE
Complementary color
Monochromatic Colors of #78CBBE
Black with #78CBBE
Text Example
Text Example
White with #78CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBBE; }
p { color: rgb(120,203,190); }
H1.HeaderClassName
{
color: #78CBBE;
}
.AnyTagClassName
{
color: #78CBBE;
}
</style>
background-color css
<style>
a { background-color: #78CBBE; }
a { background-color: rgb(120,203,190); }
div.DivClassName
{
background-color: #78CBBE;
}
.BgClassName
{
background-color: #78CBBE;
}
</style>
border-color css
<style>
span { border-color: #78CBBE; }
span { border-color: rgb(120,203,190); }
td.TdClassName
{
border-color: #78CBBE;
}
.TagClassName
{
border-color: #78CBBE;
}
</style>