Shades of Downy #78CCC5
Tints of Downy #78CCC5
RGB
CMYK
RGB Variations
Color information
#78CCC5 (or 0x78CCC5) is known color: Downy. HEX triplet: 78, CC and C5. RGB value is (120,204,197). Sum of RGB (Red+Green+Blue) = 120+204+197=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCC5 is #87333A. Grayscale: #B2B2B2. Windows color (decimal): -8860475 or 12962936. OLE color: 12962936.
HSL color Cylindrical-coordinate representation of color #78CCC5: hue angle of 175º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCC5 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 197 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.2 |
| HSL | 175º | 0.45% | 0.64% | - |
| HSV(B) | 175º | 0.41% | 0.8% | - |
| XYZ | 39.42 | 51.21 | 60.63 | - |
| YUV | 178.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 197 | 0.41 | 0 | 0.03 | 0.2 | 175 | 0.45 | 0.64 |
| Hex | 78 | CC | C5 | 29 | 0 | 3 | 14 | AF | 2D | 40 |
| Octal | 170 | 314 | 305 | 51 | 0 | 3 | 24 | 257 | 55 | 100 |
| Binary | 1111000 | 11001100 | 11000101 | 101001 | 0 | 11 | 10100 | 10101111 | 101101 | 1000000 |
Color Harmonies of #78CCC5
Complementary color
Monochromatic Colors of #78CCC5
Black with #78CCC5
Text Example
Text Example
White with #78CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCC5; }
p { color: rgb(120,204,197); }
H1.HeaderClassName
{
color: #78CCC5;
}
.AnyTagClassName
{
color: #78CCC5;
}
</style>
background-color css
<style>
a { background-color: #78CCC5; }
a { background-color: rgb(120,204,197); }
div.DivClassName
{
background-color: #78CCC5;
}
.BgClassName
{
background-color: #78CCC5;
}
</style>
border-color css
<style>
span { border-color: #78CCC5; }
span { border-color: rgb(120,204,197); }
td.TdClassName
{
border-color: #78CCC5;
}
.TagClassName
{
border-color: #78CCC5;
}
</style>