Shades of Downy #68DDBA
Tints of Downy #68DDBA
RGB
CMYK
RGB Variations
Color information
#68DDBA (or 0x68DDBA) is known color: Downy. HEX triplet: 68, DD and BA. RGB value is (104,221,186). Sum of RGB (Red+Green+Blue) = 104+221+186=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDBA is #972245. Grayscale: #B6B6B6. Windows color (decimal): -9904710 or 12246376. OLE color: 12246376.
HSL color Cylindrical-coordinate representation of color #68DDBA: hue angle of 162.05º 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 #68DDBA is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 186 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.13 |
| HSL | 162.05º | 0.63% | 0.64% | - |
| HSV(B) | 162.05º | 0.53% | 0.87% | - |
| XYZ | 40.43 | 58.2 | 55.56 | - |
| YUV | 182.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 186 | 0.53 | 0 | 0.16 | 0.13 | 162.05 | 0.63 | 0.64 |
| Hex | 68 | DD | BA | 35 | 0 | 10 | D | A2 | 3F | 40 |
| Octal | 150 | 335 | 272 | 65 | 0 | 20 | 15 | 242 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10111010 | 110101 | 0 | 10000 | 1101 | 10100010 | 111111 | 1000000 |
Color Harmonies of #68DDBA
Complementary color
Monochromatic Colors of #68DDBA
Black with #68DDBA
Text Example
Text Example
White with #68DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDBA; }
p { color: rgb(104,221,186); }
H1.HeaderClassName
{
color: #68DDBA;
}
.AnyTagClassName
{
color: #68DDBA;
}
</style>
background-color css
<style>
a { background-color: #68DDBA; }
a { background-color: rgb(104,221,186); }
div.DivClassName
{
background-color: #68DDBA;
}
.BgClassName
{
background-color: #68DDBA;
}
</style>
border-color css
<style>
span { border-color: #68DDBA; }
span { border-color: rgb(104,221,186); }
td.TdClassName
{
border-color: #68DDBA;
}
.TagClassName
{
border-color: #68DDBA;
}
</style>