Shades of Downy #78D5CB
Tints of Downy #78D5CB
RGB
CMYK
RGB Variations
Color information
#78D5CB (or 0x78D5CB) is known color: Downy. HEX triplet: 78, D5 and CB. RGB value is (120,213,203). Sum of RGB (Red+Green+Blue) = 120+213+203=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #78D5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D5CB is #872A34. Grayscale: #B8B8B8. Windows color (decimal): -8858165 or 13358456. OLE color: 13358456.
HSL color Cylindrical-coordinate representation of color #78D5CB: hue angle of 173.55º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D5CB is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 203 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.16 |
| HSL | 173.55º | 0.53% | 0.65% | - |
| HSV(B) | 173.55º | 0.44% | 0.84% | - |
| XYZ | 42.32 | 55.89 | 65.06 | - |
| YUV | 184.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 203 | 0.44 | 0 | 0.05 | 0.16 | 173.55 | 0.53 | 0.65 |
| Hex | 78 | D5 | CB | 2C | 0 | 5 | 10 | AE | 35 | 41 |
| Octal | 170 | 325 | 313 | 54 | 0 | 5 | 20 | 256 | 65 | 101 |
| Binary | 1111000 | 11010101 | 11001011 | 101100 | 0 | 101 | 10000 | 10101110 | 110101 | 1000001 |
Color Harmonies of #78D5CB
Complementary color
Monochromatic Colors of #78D5CB
Black with #78D5CB
Text Example
Text Example
White with #78D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D5CB; }
p { color: rgb(120,213,203); }
H1.HeaderClassName
{
color: #78D5CB;
}
.AnyTagClassName
{
color: #78D5CB;
}
</style>
background-color css
<style>
a { background-color: #78D5CB; }
a { background-color: rgb(120,213,203); }
div.DivClassName
{
background-color: #78D5CB;
}
.BgClassName
{
background-color: #78D5CB;
}
</style>
border-color css
<style>
span { border-color: #78D5CB; }
span { border-color: rgb(120,213,203); }
td.TdClassName
{
border-color: #78D5CB;
}
.TagClassName
{
border-color: #78D5CB;
}
</style>