Shades of Downy #78D2CB
Tints of Downy #78D2CB
RGB
CMYK
RGB Variations
Color information
#78D2CB (or 0x78D2CB) is known color: Downy. HEX triplet: 78, D2 and CB. RGB value is (120,210,203). Sum of RGB (Red+Green+Blue) = 120+210+203=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #78D2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D2CB is #872D34. Grayscale: #B6B6B6. Windows color (decimal): -8858933 or 13357688. OLE color: 13357688.
HSL color Cylindrical-coordinate representation of color #78D2CB: hue angle of 175.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D2CB is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 203 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.18 |
| HSL | 175.33º | 0.5% | 0.65% | - |
| HSV(B) | 175.33º | 0.43% | 0.82% | - |
| XYZ | 41.57 | 54.4 | 64.81 | - |
| YUV | 182.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 203 | 0.43 | 0 | 0.03 | 0.18 | 175.33 | 0.5 | 0.65 |
| Hex | 78 | D2 | CB | 2B | 0 | 3 | 12 | AF | 32 | 41 |
| Octal | 170 | 322 | 313 | 53 | 0 | 3 | 22 | 257 | 62 | 101 |
| Binary | 1111000 | 11010010 | 11001011 | 101011 | 0 | 11 | 10010 | 10101111 | 110010 | 1000001 |
Color Harmonies of #78D2CB
Complementary color
Monochromatic Colors of #78D2CB
Black with #78D2CB
Text Example
Text Example
White with #78D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D2CB; }
p { color: rgb(120,210,203); }
H1.HeaderClassName
{
color: #78D2CB;
}
.AnyTagClassName
{
color: #78D2CB;
}
</style>
background-color css
<style>
a { background-color: #78D2CB; }
a { background-color: rgb(120,210,203); }
div.DivClassName
{
background-color: #78D2CB;
}
.BgClassName
{
background-color: #78D2CB;
}
</style>
border-color css
<style>
span { border-color: #78D2CB; }
span { border-color: rgb(120,210,203); }
td.TdClassName
{
border-color: #78D2CB;
}
.TagClassName
{
border-color: #78D2CB;
}
</style>