Shades of Downy #78CFCC
Tints of Downy #78CFCC
RGB
CMYK
RGB Variations
Color information
#78CFCC (or 0x78CFCC) is known color: Downy. HEX triplet: 78, CF and CC. RGB value is (120,207,204). Sum of RGB (Red+Green+Blue) = 120+207+204=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFCC is #873033. Grayscale: #B4B4B4. Windows color (decimal): -8859700 or 13422456. OLE color: 13422456.
HSL color Cylindrical-coordinate representation of color #78CFCC: hue angle of 177.93º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFCC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 204 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.19 |
| HSL | 177.93º | 0.48% | 0.64% | - |
| HSV(B) | 177.93º | 0.42% | 0.81% | - |
| XYZ | 40.96 | 52.98 | 65.19 | - |
| YUV | 180.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 204 | 0.42 | 0 | 0.01 | 0.19 | 177.93 | 0.48 | 0.64 |
| Hex | 78 | CF | CC | 2A | 0 | 1 | 13 | B2 | 30 | 40 |
| Octal | 170 | 317 | 314 | 52 | 0 | 1 | 23 | 262 | 60 | 100 |
| Binary | 1111000 | 11001111 | 11001100 | 101010 | 0 | 1 | 10011 | 10110010 | 110000 | 1000000 |
Color Harmonies of #78CFCC
Complementary color
Monochromatic Colors of #78CFCC
Black with #78CFCC
Text Example
Text Example
White with #78CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFCC; }
p { color: rgb(120,207,204); }
H1.HeaderClassName
{
color: #78CFCC;
}
.AnyTagClassName
{
color: #78CFCC;
}
</style>
background-color css
<style>
a { background-color: #78CFCC; }
a { background-color: rgb(120,207,204); }
div.DivClassName
{
background-color: #78CFCC;
}
.BgClassName
{
background-color: #78CFCC;
}
</style>
border-color css
<style>
span { border-color: #78CFCC; }
span { border-color: rgb(120,207,204); }
td.TdClassName
{
border-color: #78CFCC;
}
.TagClassName
{
border-color: #78CFCC;
}
</style>