Shades of Downy #68DCC1
Tints of Downy #68DCC1
RGB
CMYK
RGB Variations
Color information
#68DCC1 (or 0x68DCC1) is known color: Downy. HEX triplet: 68, DC and C1. RGB value is (104,220,193). Sum of RGB (Red+Green+Blue) = 104+220+193=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCC1 is #97233E. Grayscale: #B6B6B6. Windows color (decimal): -9904959 or 12704872. OLE color: 12704872.
HSL color Cylindrical-coordinate representation of color #68DCC1: hue angle of 166.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCC1 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 193 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.14 |
| HSL | 166.03º | 0.62% | 0.64% | - |
| HSV(B) | 166.03º | 0.53% | 0.86% | - |
| XYZ | 40.93 | 57.98 | 59.49 | - |
| YUV | 182.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 193 | 0.53 | 0 | 0.12 | 0.14 | 166.03 | 0.62 | 0.64 |
| Hex | 68 | DC | C1 | 35 | 0 | C | E | A6 | 3E | 40 |
| Octal | 150 | 334 | 301 | 65 | 0 | 14 | 16 | 246 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11000001 | 110101 | 0 | 1100 | 1110 | 10100110 | 111110 | 1000000 |
Color Harmonies of #68DCC1
Complementary color
Monochromatic Colors of #68DCC1
Black with #68DCC1
Text Example
Text Example
White with #68DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCC1; }
p { color: rgb(104,220,193); }
H1.HeaderClassName
{
color: #68DCC1;
}
.AnyTagClassName
{
color: #68DCC1;
}
</style>
background-color css
<style>
a { background-color: #68DCC1; }
a { background-color: rgb(104,220,193); }
div.DivClassName
{
background-color: #68DCC1;
}
.BgClassName
{
background-color: #68DCC1;
}
</style>
border-color css
<style>
span { border-color: #68DCC1; }
span { border-color: rgb(104,220,193); }
td.TdClassName
{
border-color: #68DCC1;
}
.TagClassName
{
border-color: #68DCC1;
}
</style>