Shades of Downy #68C1BC
Tints of Downy #68C1BC
RGB
CMYK
RGB Variations
Color information
#68C1BC (or 0x68C1BC) is known color: Downy. HEX triplet: 68, C1 and BC. RGB value is (104,193,188). Sum of RGB (Red+Green+Blue) = 104+193+188=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1BC is #973E43. Grayscale: #A5A5A5. Windows color (decimal): -9911876 or 12370280. OLE color: 12370280.
HSL color Cylindrical-coordinate representation of color #68C1BC: hue angle of 176.63º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C1BC is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 188 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.24 |
| HSL | 176.63º | 0.42% | 0.58% | - |
| HSV(B) | 176.63º | 0.46% | 0.76% | - |
| XYZ | 33.86 | 44.71 | 54.42 | - |
| YUV | 165.82 | 140.51 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 188 | 0.46 | 0 | 0.03 | 0.24 | 176.63 | 0.42 | 0.58 |
| Hex | 68 | C1 | BC | 2E | 0 | 3 | 18 | B1 | 2A | 3A |
| Octal | 150 | 301 | 274 | 56 | 0 | 3 | 30 | 261 | 52 | 72 |
| Binary | 1101000 | 11000001 | 10111100 | 101110 | 0 | 11 | 11000 | 10110001 | 101010 | 111010 |
Color Harmonies of #68C1BC
Complementary color
Monochromatic Colors of #68C1BC
Black with #68C1BC
Text Example
Text Example
White with #68C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1BC; }
p { color: rgb(104,193,188); }
H1.HeaderClassName
{
color: #68C1BC;
}
.AnyTagClassName
{
color: #68C1BC;
}
</style>
background-color css
<style>
a { background-color: #68C1BC; }
a { background-color: rgb(104,193,188); }
div.DivClassName
{
background-color: #68C1BC;
}
.BgClassName
{
background-color: #68C1BC;
}
</style>
border-color css
<style>
span { border-color: #68C1BC; }
span { border-color: rgb(104,193,188); }
td.TdClassName
{
border-color: #68C1BC;
}
.TagClassName
{
border-color: #68C1BC;
}
</style>