Shades of Downy #78D5CC
Tints of Downy #78D5CC
RGB
CMYK
RGB Variations
Color information
#78D5CC (or 0x78D5CC) is known color: Downy. HEX triplet: 78, D5 and CC. RGB value is (120,213,204). Sum of RGB (Red+Green+Blue) = 120+213+204=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #78D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D5CC is #872A33. Grayscale: #B8B8B8. Windows color (decimal): -8858164 or 13423992. OLE color: 13423992.
HSL color Cylindrical-coordinate representation of color #78D5CC: hue angle of 174.19º 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 #78D5CC is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 204 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.16 |
| HSL | 174.19º | 0.53% | 0.65% | - |
| HSV(B) | 174.19º | 0.44% | 0.84% | - |
| XYZ | 42.44 | 55.94 | 65.69 | - |
| YUV | 184.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 204 | 0.44 | 0 | 0.04 | 0.16 | 174.19 | 0.53 | 0.65 |
| Hex | 78 | D5 | CC | 2C | 0 | 4 | 10 | AE | 35 | 41 |
| Octal | 170 | 325 | 314 | 54 | 0 | 4 | 20 | 256 | 65 | 101 |
| Binary | 1111000 | 11010101 | 11001100 | 101100 | 0 | 100 | 10000 | 10101110 | 110101 | 1000001 |
Color Harmonies of #78D5CC
Complementary color
Monochromatic Colors of #78D5CC
Black with #78D5CC
Text Example
Text Example
White with #78D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D5CC; }
p { color: rgb(120,213,204); }
H1.HeaderClassName
{
color: #78D5CC;
}
.AnyTagClassName
{
color: #78D5CC;
}
</style>
background-color css
<style>
a { background-color: #78D5CC; }
a { background-color: rgb(120,213,204); }
div.DivClassName
{
background-color: #78D5CC;
}
.BgClassName
{
background-color: #78D5CC;
}
</style>
border-color css
<style>
span { border-color: #78D5CC; }
span { border-color: rgb(120,213,204); }
td.TdClassName
{
border-color: #78D5CC;
}
.TagClassName
{
border-color: #78D5CC;
}
</style>