Shades of Downy #78D4CE
Tints of Downy #78D4CE
RGB
CMYK
RGB Variations
Color information
#78D4CE (or 0x78D4CE) is known color: Downy. HEX triplet: 78, D4 and CE. RGB value is (120,212,206). Sum of RGB (Red+Green+Blue) = 120+212+206=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #78D4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D4CE is #872B31. Grayscale: #B7B7B7. Windows color (decimal): -8858418 or 13554808. OLE color: 13554808.
HSL color Cylindrical-coordinate representation of color #78D4CE: hue angle of 176.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D4CE is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 206 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.17 |
| HSL | 176.09º | 0.52% | 0.65% | - |
| HSV(B) | 176.09º | 0.43% | 0.83% | - |
| XYZ | 42.43 | 55.54 | 66.88 | - |
| YUV | 183.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 206 | 0.43 | 0 | 0.03 | 0.17 | 176.09 | 0.52 | 0.65 |
| Hex | 78 | D4 | CE | 2B | 0 | 3 | 11 | B0 | 34 | 41 |
| Octal | 170 | 324 | 316 | 53 | 0 | 3 | 21 | 260 | 64 | 101 |
| Binary | 1111000 | 11010100 | 11001110 | 101011 | 0 | 11 | 10001 | 10110000 | 110100 | 1000001 |
Color Harmonies of #78D4CE
Complementary color
Monochromatic Colors of #78D4CE
Black with #78D4CE
Text Example
Text Example
White with #78D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D4CE; }
p { color: rgb(120,212,206); }
H1.HeaderClassName
{
color: #78D4CE;
}
.AnyTagClassName
{
color: #78D4CE;
}
</style>
background-color css
<style>
a { background-color: #78D4CE; }
a { background-color: rgb(120,212,206); }
div.DivClassName
{
background-color: #78D4CE;
}
.BgClassName
{
background-color: #78D4CE;
}
</style>
border-color css
<style>
span { border-color: #78D4CE; }
span { border-color: rgb(120,212,206); }
td.TdClassName
{
border-color: #78D4CE;
}
.TagClassName
{
border-color: #78D4CE;
}
</style>