Shades of Downy #68DABB
Tints of Downy #68DABB
RGB
CMYK
RGB Variations
Color information
#68DABB (or 0x68DABB) is known color: Downy. HEX triplet: 68, DA and BB. RGB value is (104,218,187). Sum of RGB (Red+Green+Blue) = 104+218+187=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #68DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DABB is #972544. Grayscale: #B4B4B4. Windows color (decimal): -9905477 or 12311144. OLE color: 12311144.
HSL color Cylindrical-coordinate representation of color #68DABB: hue angle of 163.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DABB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 187 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.15 |
| HSL | 163.68º | 0.61% | 0.63% | - |
| HSV(B) | 163.68º | 0.52% | 0.85% | - |
| XYZ | 39.75 | 56.67 | 55.86 | - |
| YUV | 180.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 187 | 0.52 | 0 | 0.14 | 0.15 | 163.68 | 0.61 | 0.63 |
| Hex | 68 | DA | BB | 34 | 0 | E | F | A4 | 3D | 3F |
| Octal | 150 | 332 | 273 | 64 | 0 | 16 | 17 | 244 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10111011 | 110100 | 0 | 1110 | 1111 | 10100100 | 111101 | 111111 |
Color Harmonies of #68DABB
Complementary color
Monochromatic Colors of #68DABB
Black with #68DABB
Text Example
Text Example
White with #68DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DABB; }
p { color: rgb(104,218,187); }
H1.HeaderClassName
{
color: #68DABB;
}
.AnyTagClassName
{
color: #68DABB;
}
</style>
background-color css
<style>
a { background-color: #68DABB; }
a { background-color: rgb(104,218,187); }
div.DivClassName
{
background-color: #68DABB;
}
.BgClassName
{
background-color: #68DABB;
}
</style>
border-color css
<style>
span { border-color: #68DABB; }
span { border-color: rgb(104,218,187); }
td.TdClassName
{
border-color: #68DABB;
}
.TagClassName
{
border-color: #68DABB;
}
</style>