Shades of Downy #68DFCD
Tints of Downy #68DFCD
RGB
CMYK
RGB Variations
Color information
#68DFCD (or 0x68DFCD) is known color: Downy. HEX triplet: 68, DF and CD. RGB value is (104,223,205). Sum of RGB (Red+Green+Blue) = 104+223+205=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFCD is #972032. Grayscale: #B9B9B9. Windows color (decimal): -9904179 or 13492072. OLE color: 13492072.
HSL color Cylindrical-coordinate representation of color #68DFCD: hue angle of 170.92º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFCD is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 205 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.13 |
| HSL | 170.92º | 0.65% | 0.64% | - |
| HSV(B) | 170.92º | 0.53% | 0.87% | - |
| XYZ | 43.12 | 60.13 | 67.09 | - |
| YUV | 185.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 205 | 0.53 | 0 | 0.08 | 0.13 | 170.92 | 0.65 | 0.64 |
| Hex | 68 | DF | CD | 35 | 0 | 8 | D | AB | 41 | 40 |
| Octal | 150 | 337 | 315 | 65 | 0 | 10 | 15 | 253 | 101 | 100 |
| Binary | 1101000 | 11011111 | 11001101 | 110101 | 0 | 1000 | 1101 | 10101011 | 1000001 | 1000000 |
Color Harmonies of #68DFCD
Complementary color
Monochromatic Colors of #68DFCD
Black with #68DFCD
Text Example
Text Example
White with #68DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFCD; }
p { color: rgb(104,223,205); }
H1.HeaderClassName
{
color: #68DFCD;
}
.AnyTagClassName
{
color: #68DFCD;
}
</style>
background-color css
<style>
a { background-color: #68DFCD; }
a { background-color: rgb(104,223,205); }
div.DivClassName
{
background-color: #68DFCD;
}
.BgClassName
{
background-color: #68DFCD;
}
</style>
border-color css
<style>
span { border-color: #68DFCD; }
span { border-color: rgb(104,223,205); }
td.TdClassName
{
border-color: #68DFCD;
}
.TagClassName
{
border-color: #68DFCD;
}
</style>