Shades of Downy #68DFBD
Tints of Downy #68DFBD
RGB
CMYK
RGB Variations
Color information
#68DFBD (or 0x68DFBD) is known color: Downy. HEX triplet: 68, DF and BD. RGB value is (104,223,189). Sum of RGB (Red+Green+Blue) = 104+223+189=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFBD is #972042. Grayscale: #B7B7B7. Windows color (decimal): -9904195 or 12443496. OLE color: 12443496.
HSL color Cylindrical-coordinate representation of color #68DFBD: hue angle of 162.86º 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 #68DFBD is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 189 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.13 |
| HSL | 162.86º | 0.65% | 0.64% | - |
| HSV(B) | 162.86º | 0.53% | 0.87% | - |
| XYZ | 41.28 | 59.39 | 57.43 | - |
| YUV | 183.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 189 | 0.53 | 0 | 0.15 | 0.13 | 162.86 | 0.65 | 0.64 |
| Hex | 68 | DF | BD | 35 | 0 | F | D | A3 | 41 | 40 |
| Octal | 150 | 337 | 275 | 65 | 0 | 17 | 15 | 243 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10111101 | 110101 | 0 | 1111 | 1101 | 10100011 | 1000001 | 1000000 |
Color Harmonies of #68DFBD
Complementary color
Monochromatic Colors of #68DFBD
Black with #68DFBD
Text Example
Text Example
White with #68DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFBD; }
p { color: rgb(104,223,189); }
H1.HeaderClassName
{
color: #68DFBD;
}
.AnyTagClassName
{
color: #68DFBD;
}
</style>
background-color css
<style>
a { background-color: #68DFBD; }
a { background-color: rgb(104,223,189); }
div.DivClassName
{
background-color: #68DFBD;
}
.BgClassName
{
background-color: #68DFBD;
}
</style>
border-color css
<style>
span { border-color: #68DFBD; }
span { border-color: rgb(104,223,189); }
td.TdClassName
{
border-color: #68DFBD;
}
.TagClassName
{
border-color: #68DFBD;
}
</style>