Shades of Downy #78CCCB
Tints of Downy #78CCCB
RGB
CMYK
RGB Variations
Color information
#78CCCB (or 0x78CCCB) is known color: Downy. HEX triplet: 78, CC and CB. RGB value is (120,204,203). Sum of RGB (Red+Green+Blue) = 120+204+203=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCCB is #873334. Grayscale: #B2B2B2. Windows color (decimal): -8860469 or 13356152. OLE color: 13356152.
HSL color Cylindrical-coordinate representation of color #78CCCB: hue angle of 179.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCCB is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 203 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.2 |
| HSL | 179.29º | 0.45% | 0.64% | - |
| HSV(B) | 179.29º | 0.41% | 0.8% | - |
| XYZ | 40.12 | 51.49 | 64.32 | - |
| YUV | 178.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 203 | 0.41 | 0 | 0.00 | 0.2 | 179.29 | 0.45 | 0.64 |
| Hex | 78 | CC | CB | 29 | 0 | 0 | 14 | B3 | 2D | 40 |
| Octal | 170 | 314 | 313 | 51 | 0 | 0 | 24 | 263 | 55 | 100 |
| Binary | 1111000 | 11001100 | 11001011 | 101001 | 0 | 0 | 10100 | 10110011 | 101101 | 1000000 |
Color Harmonies of #78CCCB
Complementary color
Monochromatic Colors of #78CCCB
Black with #78CCCB
Text Example
Text Example
White with #78CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCCB; }
p { color: rgb(120,204,203); }
H1.HeaderClassName
{
color: #78CCCB;
}
.AnyTagClassName
{
color: #78CCCB;
}
</style>
background-color css
<style>
a { background-color: #78CCCB; }
a { background-color: rgb(120,204,203); }
div.DivClassName
{
background-color: #78CCCB;
}
.BgClassName
{
background-color: #78CCCB;
}
</style>
border-color css
<style>
span { border-color: #78CCCB; }
span { border-color: rgb(120,204,203); }
td.TdClassName
{
border-color: #78CCCB;
}
.TagClassName
{
border-color: #78CCCB;
}
</style>