Shades of Downy #68DDBF
Tints of Downy #68DDBF
RGB
CMYK
RGB Variations
Color information
#68DDBF (or 0x68DDBF) is known color: Downy. HEX triplet: 68, DD and BF. RGB value is (104,221,191). Sum of RGB (Red+Green+Blue) = 104+221+191=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDBF is #972240. Grayscale: #B6B6B6. Windows color (decimal): -9904705 or 12574056. OLE color: 12574056.
HSL color Cylindrical-coordinate representation of color #68DDBF: hue angle of 164.62º 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 #68DDBF is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 191 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.13 |
| HSL | 164.62º | 0.63% | 0.64% | - |
| HSV(B) | 164.62º | 0.53% | 0.87% | - |
| XYZ | 40.97 | 58.42 | 58.41 | - |
| YUV | 182.6 | 132.74 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 191 | 0.53 | 0 | 0.14 | 0.13 | 164.62 | 0.63 | 0.64 |
| Hex | 68 | DD | BF | 35 | 0 | E | D | A5 | 3F | 40 |
| Octal | 150 | 335 | 277 | 65 | 0 | 16 | 15 | 245 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10111111 | 110101 | 0 | 1110 | 1101 | 10100101 | 111111 | 1000000 |
Color Harmonies of #68DDBF
Complementary color
Monochromatic Colors of #68DDBF
Black with #68DDBF
Text Example
Text Example
White with #68DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDBF; }
p { color: rgb(104,221,191); }
H1.HeaderClassName
{
color: #68DDBF;
}
.AnyTagClassName
{
color: #68DDBF;
}
</style>
background-color css
<style>
a { background-color: #68DDBF; }
a { background-color: rgb(104,221,191); }
div.DivClassName
{
background-color: #68DDBF;
}
.BgClassName
{
background-color: #68DDBF;
}
</style>
border-color css
<style>
span { border-color: #68DDBF; }
span { border-color: rgb(104,221,191); }
td.TdClassName
{
border-color: #68DDBF;
}
.TagClassName
{
border-color: #68DDBF;
}
</style>