Shades of Downy #78CEC3
Tints of Downy #78CEC3
RGB
CMYK
RGB Variations
Color information
#78CEC3 (or 0x78CEC3) is known color: Downy. HEX triplet: 78, CE and C3. RGB value is (120,206,195). Sum of RGB (Red+Green+Blue) = 120+206+195=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEC3 is #87313C. Grayscale: #B2B2B2. Windows color (decimal): -8859965 or 12832376. OLE color: 12832376.
HSL color Cylindrical-coordinate representation of color #78CEC3: hue angle of 172.33º degrees, saturation: 0.47, 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 #78CEC3 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 195 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.19 |
| HSL | 172.33º | 0.47% | 0.64% | - |
| HSV(B) | 172.33º | 0.42% | 0.81% | - |
| XYZ | 39.67 | 52.08 | 59.59 | - |
| YUV | 179.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 195 | 0.42 | 0 | 0.05 | 0.19 | 172.33 | 0.47 | 0.64 |
| Hex | 78 | CE | C3 | 2A | 0 | 5 | 13 | AC | 2F | 40 |
| Octal | 170 | 316 | 303 | 52 | 0 | 5 | 23 | 254 | 57 | 100 |
| Binary | 1111000 | 11001110 | 11000011 | 101010 | 0 | 101 | 10011 | 10101100 | 101111 | 1000000 |
Color Harmonies of #78CEC3
Complementary color
Monochromatic Colors of #78CEC3
Black with #78CEC3
Text Example
Text Example
White with #78CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEC3; }
p { color: rgb(120,206,195); }
H1.HeaderClassName
{
color: #78CEC3;
}
.AnyTagClassName
{
color: #78CEC3;
}
</style>
background-color css
<style>
a { background-color: #78CEC3; }
a { background-color: rgb(120,206,195); }
div.DivClassName
{
background-color: #78CEC3;
}
.BgClassName
{
background-color: #78CEC3;
}
</style>
border-color css
<style>
span { border-color: #78CEC3; }
span { border-color: rgb(120,206,195); }
td.TdClassName
{
border-color: #78CEC3;
}
.TagClassName
{
border-color: #78CEC3;
}
</style>