Shades of Downy #78CFC0
Tints of Downy #78CFC0
RGB
CMYK
RGB Variations
Color information
#78CFC0 (or 0x78CFC0) is known color: Downy. HEX triplet: 78, CF and C0. RGB value is (120,207,192). Sum of RGB (Red+Green+Blue) = 120+207+192=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFC0 is #87303F. Grayscale: #B3B3B3. Windows color (decimal): -8859712 or 12636024. OLE color: 12636024.
HSL color Cylindrical-coordinate representation of color #78CFC0: hue angle of 169.66º 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 #78CFC0 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 192 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.19 |
| HSL | 169.66º | 0.48% | 0.64% | - |
| HSV(B) | 169.66º | 0.42% | 0.81% | - |
| XYZ | 39.57 | 52.42 | 57.9 | - |
| YUV | 179.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 192 | 0.42 | 0 | 0.07 | 0.19 | 169.66 | 0.48 | 0.64 |
| Hex | 78 | CF | C0 | 2A | 0 | 7 | 13 | AA | 30 | 40 |
| Octal | 170 | 317 | 300 | 52 | 0 | 7 | 23 | 252 | 60 | 100 |
| Binary | 1111000 | 11001111 | 11000000 | 101010 | 0 | 111 | 10011 | 10101010 | 110000 | 1000000 |
Color Harmonies of #78CFC0
Complementary color
Monochromatic Colors of #78CFC0
Black with #78CFC0
Text Example
Text Example
White with #78CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFC0; }
p { color: rgb(120,207,192); }
H1.HeaderClassName
{
color: #78CFC0;
}
.AnyTagClassName
{
color: #78CFC0;
}
</style>
background-color css
<style>
a { background-color: #78CFC0; }
a { background-color: rgb(120,207,192); }
div.DivClassName
{
background-color: #78CFC0;
}
.BgClassName
{
background-color: #78CFC0;
}
</style>
border-color css
<style>
span { border-color: #78CFC0; }
span { border-color: rgb(120,207,192); }
td.TdClassName
{
border-color: #78CFC0;
}
.TagClassName
{
border-color: #78CFC0;
}
</style>