Shades of Downy #68DABF
Tints of Downy #68DABF
RGB
CMYK
RGB Variations
Color information
#68DABF (or 0x68DABF) is known color: Downy. HEX triplet: 68, DA and BF. RGB value is (104,218,191). Sum of RGB (Red+Green+Blue) = 104+218+191=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #68DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DABF is #972540. Grayscale: #B4B4B4. Windows color (decimal): -9905473 or 12573288. OLE color: 12573288.
HSL color Cylindrical-coordinate representation of color #68DABF: hue angle of 165.79º 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 #68DABF is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 191 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.15 |
| HSL | 165.79º | 0.61% | 0.63% | - |
| HSV(B) | 165.79º | 0.52% | 0.85% | - |
| XYZ | 40.18 | 56.85 | 58.14 | - |
| YUV | 180.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 191 | 0.52 | 0 | 0.12 | 0.15 | 165.79 | 0.61 | 0.63 |
| Hex | 68 | DA | BF | 34 | 0 | C | F | A6 | 3D | 3F |
| Octal | 150 | 332 | 277 | 64 | 0 | 14 | 17 | 246 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10111111 | 110100 | 0 | 1100 | 1111 | 10100110 | 111101 | 111111 |
Color Harmonies of #68DABF
Complementary color
Monochromatic Colors of #68DABF
Black with #68DABF
Text Example
Text Example
White with #68DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DABF; }
p { color: rgb(104,218,191); }
H1.HeaderClassName
{
color: #68DABF;
}
.AnyTagClassName
{
color: #68DABF;
}
</style>
background-color css
<style>
a { background-color: #68DABF; }
a { background-color: rgb(104,218,191); }
div.DivClassName
{
background-color: #68DABF;
}
.BgClassName
{
background-color: #68DABF;
}
</style>
border-color css
<style>
span { border-color: #68DABF; }
span { border-color: rgb(104,218,191); }
td.TdClassName
{
border-color: #68DABF;
}
.TagClassName
{
border-color: #68DABF;
}
</style>