Shades of Downy #68DDC5
Tints of Downy #68DDC5
RGB
CMYK
RGB Variations
Color information
#68DDC5 (or 0x68DDC5) is known color: Downy. HEX triplet: 68, DD and C5. RGB value is (104,221,197). Sum of RGB (Red+Green+Blue) = 104+221+197=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC5 is #97223A. Grayscale: #B7B7B7. Windows color (decimal): -9904699 or 12967272. OLE color: 12967272.
HSL color Cylindrical-coordinate representation of color #68DDC5: hue angle of 167.69º 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 #68DDC5 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 197 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.13 |
| HSL | 167.69º | 0.63% | 0.64% | - |
| HSV(B) | 167.69º | 0.53% | 0.87% | - |
| XYZ | 41.64 | 58.69 | 61.96 | - |
| YUV | 183.28 | 135.74 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 197 | 0.53 | 0 | 0.11 | 0.13 | 167.69 | 0.63 | 0.64 |
| Hex | 68 | DD | C5 | 35 | 0 | B | D | A8 | 3F | 40 |
| Octal | 150 | 335 | 305 | 65 | 0 | 13 | 15 | 250 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11000101 | 110101 | 0 | 1011 | 1101 | 10101000 | 111111 | 1000000 |
Color Harmonies of #68DDC5
Complementary color
Monochromatic Colors of #68DDC5
Black with #68DDC5
Text Example
Text Example
White with #68DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDC5; }
p { color: rgb(104,221,197); }
H1.HeaderClassName
{
color: #68DDC5;
}
.AnyTagClassName
{
color: #68DDC5;
}
</style>
background-color css
<style>
a { background-color: #68DDC5; }
a { background-color: rgb(104,221,197); }
div.DivClassName
{
background-color: #68DDC5;
}
.BgClassName
{
background-color: #68DDC5;
}
</style>
border-color css
<style>
span { border-color: #68DDC5; }
span { border-color: rgb(104,221,197); }
td.TdClassName
{
border-color: #68DDC5;
}
.TagClassName
{
border-color: #68DDC5;
}
</style>