Shades of Downy #78D5C2
Tints of Downy #78D5C2
RGB
CMYK
RGB Variations
Color information
#78D5C2 (or 0x78D5C2) is known color: Downy. HEX triplet: 78, D5 and C2. RGB value is (120,213,194). Sum of RGB (Red+Green+Blue) = 120+213+194=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #78D5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D5C2 is #872A3D. Grayscale: #B7B7B7. Windows color (decimal): -8858174 or 12768632. OLE color: 12768632.
HSL color Cylindrical-coordinate representation of color #78D5C2: hue angle of 167.74º 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 #78D5C2 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 194 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.16 |
| HSL | 167.74º | 0.53% | 0.65% | - |
| HSV(B) | 167.74º | 0.44% | 0.84% | - |
| XYZ | 41.28 | 55.48 | 59.57 | - |
| YUV | 183.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 194 | 0.44 | 0 | 0.09 | 0.16 | 167.74 | 0.53 | 0.65 |
| Hex | 78 | D5 | C2 | 2C | 0 | 9 | 10 | A8 | 35 | 41 |
| Octal | 170 | 325 | 302 | 54 | 0 | 11 | 20 | 250 | 65 | 101 |
| Binary | 1111000 | 11010101 | 11000010 | 101100 | 0 | 1001 | 10000 | 10101000 | 110101 | 1000001 |
Color Harmonies of #78D5C2
Complementary color
Monochromatic Colors of #78D5C2
Black with #78D5C2
Text Example
Text Example
White with #78D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D5C2; }
p { color: rgb(120,213,194); }
H1.HeaderClassName
{
color: #78D5C2;
}
.AnyTagClassName
{
color: #78D5C2;
}
</style>
background-color css
<style>
a { background-color: #78D5C2; }
a { background-color: rgb(120,213,194); }
div.DivClassName
{
background-color: #78D5C2;
}
.BgClassName
{
background-color: #78D5C2;
}
</style>
border-color css
<style>
span { border-color: #78D5C2; }
span { border-color: rgb(120,213,194); }
td.TdClassName
{
border-color: #78D5C2;
}
.TagClassName
{
border-color: #78D5C2;
}
</style>