Shades of Downy #68DDBD
Tints of Downy #68DDBD
RGB
CMYK
RGB Variations
Color information
#68DDBD (or 0x68DDBD) is known color: Downy. HEX triplet: 68, DD and BD. RGB value is (104,221,189). Sum of RGB (Red+Green+Blue) = 104+221+189=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDBD is #972242. Grayscale: #B6B6B6. Windows color (decimal): -9904707 or 12442984. OLE color: 12442984.
HSL color Cylindrical-coordinate representation of color #68DDBD: hue angle of 163.59º 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 #68DDBD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 189 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.13 |
| HSL | 163.59º | 0.63% | 0.64% | - |
| HSV(B) | 163.59º | 0.53% | 0.87% | - |
| XYZ | 40.75 | 58.33 | 57.26 | - |
| YUV | 182.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 189 | 0.53 | 0 | 0.14 | 0.13 | 163.59 | 0.63 | 0.64 |
| Hex | 68 | DD | BD | 35 | 0 | E | D | A4 | 3F | 40 |
| Octal | 150 | 335 | 275 | 65 | 0 | 16 | 15 | 244 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10111101 | 110101 | 0 | 1110 | 1101 | 10100100 | 111111 | 1000000 |
Color Harmonies of #68DDBD
Complementary color
Monochromatic Colors of #68DDBD
Black with #68DDBD
Text Example
Text Example
White with #68DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDBD; }
p { color: rgb(104,221,189); }
H1.HeaderClassName
{
color: #68DDBD;
}
.AnyTagClassName
{
color: #68DDBD;
}
</style>
background-color css
<style>
a { background-color: #68DDBD; }
a { background-color: rgb(104,221,189); }
div.DivClassName
{
background-color: #68DDBD;
}
.BgClassName
{
background-color: #68DDBD;
}
</style>
border-color css
<style>
span { border-color: #68DDBD; }
span { border-color: rgb(104,221,189); }
td.TdClassName
{
border-color: #68DDBD;
}
.TagClassName
{
border-color: #68DDBD;
}
</style>