Shades of Downy #78D1CD
Tints of Downy #78D1CD
RGB
CMYK
RGB Variations
Color information
#78D1CD (or 0x78D1CD) is known color: Downy. HEX triplet: 78, D1 and CD. RGB value is (120,209,205). Sum of RGB (Red+Green+Blue) = 120+209+205=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1CD is #872E32. Grayscale: #B5B5B5. Windows color (decimal): -8859187 or 13488504. OLE color: 13488504.
HSL color Cylindrical-coordinate representation of color #78D1CD: hue angle of 177.3º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D1CD is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 209 | 205 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.18 |
| HSL | 177.3º | 0.49% | 0.65% | - |
| HSV(B) | 177.3º | 0.43% | 0.82% | - |
| XYZ | 41.57 | 54 | 65.99 | - |
| YUV | 181.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 205 | 0.43 | 0 | 0.02 | 0.18 | 177.3 | 0.49 | 0.65 |
| Hex | 78 | D1 | CD | 2B | 0 | 2 | 12 | B1 | 31 | 41 |
| Octal | 170 | 321 | 315 | 53 | 0 | 2 | 22 | 261 | 61 | 101 |
| Binary | 1111000 | 11010001 | 11001101 | 101011 | 0 | 10 | 10010 | 10110001 | 110001 | 1000001 |
Color Harmonies of #78D1CD
Complementary color
Monochromatic Colors of #78D1CD
Black with #78D1CD
Text Example
Text Example
White with #78D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D1CD; }
p { color: rgb(120,209,205); }
H1.HeaderClassName
{
color: #78D1CD;
}
.AnyTagClassName
{
color: #78D1CD;
}
</style>
background-color css
<style>
a { background-color: #78D1CD; }
a { background-color: rgb(120,209,205); }
div.DivClassName
{
background-color: #78D1CD;
}
.BgClassName
{
background-color: #78D1CD;
}
</style>
border-color css
<style>
span { border-color: #78D1CD; }
span { border-color: rgb(120,209,205); }
td.TdClassName
{
border-color: #78D1CD;
}
.TagClassName
{
border-color: #78D1CD;
}
</style>