Shades of Downy #68DDC4
Tints of Downy #68DDC4
RGB
CMYK
RGB Variations
Color information
#68DDC4 (or 0x68DDC4) is known color: Downy. HEX triplet: 68, DD and C4. RGB value is (104,221,196). Sum of RGB (Red+Green+Blue) = 104+221+196=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC4 is #97223B. Grayscale: #B7B7B7. Windows color (decimal): -9904700 or 12901736. OLE color: 12901736.
HSL color Cylindrical-coordinate representation of color #68DDC4: hue angle of 167.18º degrees, saturation: 0.63, 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 #68DDC4 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 196 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.13 |
| HSL | 167.18º | 0.63% | 0.64% | - |
| HSV(B) | 167.18º | 0.53% | 0.87% | - |
| XYZ | 41.53 | 58.64 | 61.35 | - |
| YUV | 183.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 196 | 0.53 | 0 | 0.11 | 0.13 | 167.18 | 0.63 | 0.64 |
| Hex | 68 | DD | C4 | 35 | 0 | B | D | A7 | 3F | 40 |
| Octal | 150 | 335 | 304 | 65 | 0 | 13 | 15 | 247 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11000100 | 110101 | 0 | 1011 | 1101 | 10100111 | 111111 | 1000000 |
Color Harmonies of #68DDC4
Complementary color
Monochromatic Colors of #68DDC4
Black with #68DDC4
Text Example
Text Example
White with #68DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDC4; }
p { color: rgb(104,221,196); }
H1.HeaderClassName
{
color: #68DDC4;
}
.AnyTagClassName
{
color: #68DDC4;
}
</style>
background-color css
<style>
a { background-color: #68DDC4; }
a { background-color: rgb(104,221,196); }
div.DivClassName
{
background-color: #68DDC4;
}
.BgClassName
{
background-color: #68DDC4;
}
</style>
border-color css
<style>
span { border-color: #68DDC4; }
span { border-color: rgb(104,221,196); }
td.TdClassName
{
border-color: #68DDC4;
}
.TagClassName
{
border-color: #68DDC4;
}
</style>