Shades of Downy #68DDBB
Tints of Downy #68DDBB
RGB
CMYK
RGB Variations
Color information
#68DDBB (or 0x68DDBB) is known color: Downy. HEX triplet: 68, DD and BB. RGB value is (104,221,187). Sum of RGB (Red+Green+Blue) = 104+221+187=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDBB is #972244. Grayscale: #B6B6B6. Windows color (decimal): -9904709 or 12311912. OLE color: 12311912.
HSL color Cylindrical-coordinate representation of color #68DDBB: hue angle of 162.56º 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 #68DDBB is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 187 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.13 |
| HSL | 162.56º | 0.63% | 0.64% | - |
| HSV(B) | 162.56º | 0.53% | 0.87% | - |
| XYZ | 40.54 | 58.24 | 56.12 | - |
| YUV | 182.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 187 | 0.53 | 0 | 0.15 | 0.13 | 162.56 | 0.63 | 0.64 |
| Hex | 68 | DD | BB | 35 | 0 | F | D | A3 | 3F | 40 |
| Octal | 150 | 335 | 273 | 65 | 0 | 17 | 15 | 243 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10111011 | 110101 | 0 | 1111 | 1101 | 10100011 | 111111 | 1000000 |
Color Harmonies of #68DDBB
Complementary color
Monochromatic Colors of #68DDBB
Black with #68DDBB
Text Example
Text Example
White with #68DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDBB; }
p { color: rgb(104,221,187); }
H1.HeaderClassName
{
color: #68DDBB;
}
.AnyTagClassName
{
color: #68DDBB;
}
</style>
background-color css
<style>
a { background-color: #68DDBB; }
a { background-color: rgb(104,221,187); }
div.DivClassName
{
background-color: #68DDBB;
}
.BgClassName
{
background-color: #68DDBB;
}
</style>
border-color css
<style>
span { border-color: #68DDBB; }
span { border-color: rgb(104,221,187); }
td.TdClassName
{
border-color: #68DDBB;
}
.TagClassName
{
border-color: #68DDBB;
}
</style>