Shades of Downy #68C6BA
Tints of Downy #68C6BA
RGB
CMYK
RGB Variations
Color information
#68C6BA (or 0x68C6BA) is known color: Downy. HEX triplet: 68, C6 and BA. RGB value is (104,198,186). Sum of RGB (Red+Green+Blue) = 104+198+186=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #68C6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6BA is #973945. Grayscale: #A8A8A8. Windows color (decimal): -9910598 or 12240488. OLE color: 12240488.
HSL color Cylindrical-coordinate representation of color #68C6BA: hue angle of 172.34º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C6BA is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 198 | 186 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.22 |
| HSL | 172.34º | 0.45% | 0.59% | - |
| HSV(B) | 172.34º | 0.47% | 0.78% | - |
| XYZ | 34.77 | 46.88 | 53.67 | - |
| YUV | 168.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 186 | 0.47 | 0 | 0.06 | 0.22 | 172.34 | 0.45 | 0.59 |
| Hex | 68 | C6 | BA | 2F | 0 | 6 | 16 | AC | 2D | 3B |
| Octal | 150 | 306 | 272 | 57 | 0 | 6 | 26 | 254 | 55 | 73 |
| Binary | 1101000 | 11000110 | 10111010 | 101111 | 0 | 110 | 10110 | 10101100 | 101101 | 111011 |
Color Harmonies of #68C6BA
Complementary color
Monochromatic Colors of #68C6BA
Black with #68C6BA
Text Example
Text Example
White with #68C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C6BA; }
p { color: rgb(104,198,186); }
H1.HeaderClassName
{
color: #68C6BA;
}
.AnyTagClassName
{
color: #68C6BA;
}
</style>
background-color css
<style>
a { background-color: #68C6BA; }
a { background-color: rgb(104,198,186); }
div.DivClassName
{
background-color: #68C6BA;
}
.BgClassName
{
background-color: #68C6BA;
}
</style>
border-color css
<style>
span { border-color: #68C6BA; }
span { border-color: rgb(104,198,186); }
td.TdClassName
{
border-color: #68C6BA;
}
.TagClassName
{
border-color: #68C6BA;
}
</style>